|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <tkeymap.h>

Public Member Functions | |
| KeyMap (DWORD state, DWORD code) | |
| KeyMap () | |
| KeyMap (TKeyDef &tk) | |
| KeyMap (TKeyDef &tk, string &) | |
| KeyMap (const string &t) | |
| int | operator== (const KeyMap &t) const |
| KeyMap & | operator= (const KeyMap &t) |
| ~KeyMap () | |
Public Attributes | |
| keyArray | map |
| string | orig |
| TKeyDef | key |
Friends | |
| bool | operator< (const KeyMap &t1, const KeyMap &t2) |
Definition at line 34 of file tkeymap.cpp.
| KeyMap::KeyMap | ( | TKeyDef & | tk | ) |
| KeyMap::~KeyMap | ( | ) |
Definition at line 61 of file tkeymap.cpp.
Definition at line 44 of file tkeymap.cpp.
Definition at line 56 of file tkeymap.cpp.
| string KeyMap::orig |
Definition at line 19 of file tkeymap.h.
Referenced by operator=().