Mana
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members

The list model for key function list. More...

Inheritance diagram for KeyListModel:

Public Member Functions

int getNumberOfElements () override
 Returns the number of elements in container.
 
std::string getElementAt (int i) override
 Returns element from container.
 
void setElementAt (int i, const std::string &caption)
 Sets element from container.
 

Private Attributes

std::string mKeyFunctions [KeyboardConfig::KEY_TOTAL]
 

Detailed Description

The list model for key function list.

Definition at line 48 of file setup_keyboard.cpp.

Member Function Documentation

◆ getElementAt()

std::string KeyListModel::getElementAt ( int  i)
inlineoverride

Returns element from container.

Definition at line 59 of file setup_keyboard.cpp.

◆ getNumberOfElements()

int KeyListModel::getNumberOfElements ( )
inlineoverride

Returns the number of elements in container.

Definition at line 54 of file setup_keyboard.cpp.

◆ setElementAt()

void KeyListModel::setElementAt ( int  i,
const std::string &  caption 
)
inline

Sets element from container.

Definition at line 64 of file setup_keyboard.cpp.

Member Data Documentation

◆ mKeyFunctions

std::string KeyListModel::mKeyFunctions[KeyboardConfig::KEY_TOTAL]
private

Definition at line 70 of file setup_keyboard.cpp.


The documentation for this class was generated from the following file: