Class LogPanel
Defined in File log_panel.h
Inheritance Relationships
Base Type
public log_view::PanelInterface
(Class PanelInterface)
Class Documentation
-
class LogPanel : public log_view::PanelInterface
Public Functions
-
inline LogPanel(int height, int width, int y, int x, LogStorePtr &logs, LogFilter &filter)
-
inline virtual ~LogPanel()
-
virtual void refresh()
-
virtual void selectAll()
-
virtual void startSelect(int row)
-
virtual void endSelect(int row)
-
virtual bool handleMouse(const MEVENT &event)
-
virtual bool handleKey(int key)
-
virtual void resize(int height, int width, int y, int x)
-
inline LogPanel(int height, int width, int y, int x, LogStorePtr &logs, LogFilter &filter)