#include <help_panel.h>
|
| virtual bool | handleKey (int key) |
| |
| virtual bool | handleMouse (const MEVENT &event) |
| |
| | HelpPanel (int height, int width, int y, int x) |
| |
| virtual void | refresh () |
| |
| virtual void | resize (int height, int width, int y, int x) |
| |
| virtual | ~HelpPanel () |
| |
| virtual bool | encloses (int y, int x) |
| |
| virtual bool | focus () const |
| |
| virtual void | forceRefresh () |
| |
| virtual bool | handleInput (int key) |
| |
| virtual bool | handleNavigation (int key) |
| |
| virtual int | height () const |
| |
| virtual bool | hidden () const |
| |
| virtual void | hide (bool enable) |
| |
| | PanelInterface (int height, int width, int y, int x) |
| |
| virtual bool | scrollbar () const |
| |
| virtual bool | setCursor () |
| |
| virtual bool | setFocus (bool enable) |
| |
| virtual void | toTop () |
| |
| virtual bool | visible () const |
| |
| virtual int | width () const |
| |
| virtual int | x () const |
| |
| virtual int | y () const |
| |
| virtual | ~PanelInterface () |
| |
Definition at line 44 of file help_panel.h.
◆ HelpPanel()
| log_view::HelpPanel::HelpPanel |
( |
int |
height, |
|
|
int |
width, |
|
|
int |
y, |
|
|
int |
x |
|
) |
| |
◆ ~HelpPanel()
| virtual log_view::HelpPanel::~HelpPanel |
( |
| ) |
|
|
inlinevirtual |
◆ canNavigate()
| virtual bool log_view::HelpPanel::canNavigate |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ handleKey()
| bool log_view::HelpPanel::handleKey |
( |
int |
key | ) |
|
|
virtual |
◆ handleMouse()
| virtual bool log_view::HelpPanel::handleMouse |
( |
const MEVENT & |
event | ) |
|
|
inlinevirtual |
◆ printKeybinding()
| void log_view::HelpPanel::printKeybinding |
( |
const HelpText & |
text | ) |
|
|
protected |
◆ refresh()
| void log_view::HelpPanel::refresh |
( |
| ) |
|
|
virtual |
◆ resize()
| void log_view::HelpPanel::resize |
( |
int |
height, |
|
|
int |
width, |
|
|
int |
y, |
|
|
int |
x |
|
) |
| |
|
virtual |
◆ keys_
| std::vector<HelpText> log_view::HelpPanel::keys_ |
|
protected |
◆ longest_key_
| size_t log_view::HelpPanel::longest_key_ = 0 |
|
protected |
◆ longest_line_
| size_t log_view::HelpPanel::longest_line_ = 0 |
|
protected |
The documentation for this class was generated from the following files: