Public Member Functions | |
| KeyButtonData (const char *key, unsigned int position) | |
| virtual | ~KeyButtonData () |
Public Attributes | |
| std::string | key_ |
| unsigned int | position_ |
Definition at line 424 of file Display.cpp.
| KeyButtonData::KeyButtonData | ( | const char * | key, | |
| unsigned int | position | |||
| ) |
| KeyButtonData::~KeyButtonData | ( | ) | [virtual] |
Definition at line 440 of file Display.cpp.
Definition at line 430 of file Display.cpp.
Referenced by DisplayFrame::onKeyButton(), and DisplayFrame::refreshKeysControls().
| unsigned int KeyButtonData::position_ |
Definition at line 431 of file Display.cpp.
Referenced by DisplayFrame::onKeyButton(), and DisplayFrame::refreshKeysControls().
1.5.3