Definition at line 46 of file setup_keyboard.cpp.
Public Member Functions | |
int | getNumberOfElements () |
Returns the number of elements in container. | |
std::string | getElementAt (int i) |
Returns element from container. | |
void | setElementAt (int i, const std::string &caption) |
Sets element from container. | |
Private Attributes | |
std::string | mKeyFunctions [KeyboardConfig::KEY_TOTAL] |
int KeyListModel::getNumberOfElements | ( | ) | [inline] |
std::string KeyListModel::getElementAt | ( | int | i | ) | [inline] |
void KeyListModel::setElementAt | ( | int | i, | |
const std::string & | caption | |||
) | [inline] |
std::string KeyListModel::mKeyFunctions[KeyboardConfig::KEY_TOTAL] [private] |
Definition at line 68 of file setup_keyboard.cpp.