#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.
| log_view::HelpPanel::HelpPanel |
( |
int |
height, |
|
|
int |
width, |
|
|
int |
y, |
|
|
int |
x |
|
) |
| |
| virtual log_view::HelpPanel::~HelpPanel |
( |
| ) |
|
|
inlinevirtual |
| virtual bool log_view::HelpPanel::canNavigate |
( |
| ) |
const |
|
inlineprotectedvirtual |
| bool log_view::HelpPanel::handleKey |
( |
int |
key | ) |
|
|
virtual |
| virtual bool log_view::HelpPanel::handleMouse |
( |
const MEVENT & |
event | ) |
|
|
inlinevirtual |
| void log_view::HelpPanel::printKeybinding |
( |
const HelpText & |
text | ) |
|
|
protected |
| void log_view::HelpPanel::refresh |
( |
| ) |
|
|
virtual |
| void log_view::HelpPanel::resize |
( |
int |
height, |
|
|
int |
width, |
|
|
int |
y, |
|
|
int |
x |
|
) |
| |
|
virtual |
| std::vector<HelpText> log_view::HelpPanel::keys_ |
|
protected |
| size_t log_view::HelpPanel::longest_key_ = 0 |
|
protected |
| size_t log_view::HelpPanel::longest_line_ = 0 |
|
protected |
The documentation for this class was generated from the following files: