Class NodePanel
- Defined in File node_panel.h 
Inheritance Relationships
Base Type
- public log_view::PanelInterface(Class PanelInterface)
Class Documentation
- 
class NodePanel : public log_view::PanelInterface
- Public Functions - 
inline virtual ~NodePanel()
 - 
virtual void refresh()
 - 
virtual bool handleMouse(const MEVENT &event)
 - 
virtual bool handleKey(int key)
 - Protected Functions - 
inline virtual bool canFocus() const
 - 
inline virtual bool canSelect() const
 - 
inline virtual size_t getContentSize() const
 - 
inline virtual int getContentHeight() const
 - 
virtual int getContentWidth() const
 - 
virtual void follow(bool enable)
 - 
virtual void moveTo(size_t index)
 - 
inline virtual void setCursor(int64_t cursor)
 - 
inline virtual int64_t getCursor() const
 - 
virtual void select()
 
- 
inline virtual ~NodePanel()