ui: Errorview
Tabbed view with errorview as tab
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef LOG_VIEW_H
|
||||
#define LOG_VIEW_H
|
||||
|
||||
#include "component/view/View.h"
|
||||
|
||||
class LogView
|
||||
: public View
|
||||
{
|
||||
public:
|
||||
LogView(ViewLayout* viewLayout);
|
||||
virtual ~LogView();
|
||||
|
||||
virtual std::string getName() const;
|
||||
|
||||
virtual void clear() = 0;
|
||||
};
|
||||
|
||||
#endif // LOG_VIEW_H
|
||||
Reference in New Issue
Block a user