Definition at line 9 of file KeyDesc.h.
Public Member Functions | |
KeyDesc (int index, const std::string &desc) | |
Create new key description. | |
int | getIndex () const |
std::string | getDesc () const |
|
Create new key description.
Definition at line 17 of file KeyDesc.cpp. 00018 : m_desc(desc) 00019 { 00020 m_index = index; 00021 }
|
|
Definition at line 17 of file KeyDesc.h. 00017 { return m_desc; }
|
|
Definition at line 16 of file KeyDesc.h. 00016 { return m_index; }
|