ReactOS 0.4.16-dev-470-g91b8923
|
#include <tmapldr.h>
Public Member Functions | |
TMapLoader (KeyTranslator &RefKeyTrans, TCharmap &RefCharmap) | |
~TMapLoader () | |
int | Load (const char *filename, const char *szKeysetName) |
void | Display () |
Private Member Functions | |
int | LookForPart (stringArray &sa, const char *partType, const char *partName) |
char * | ParseKeyDef (const char *buf, WORD &vk_code, DWORD &control) |
int | LoadGlobal (string &buf) |
int | LoadKeyMap (string buf) |
int | LoadCharMap (string buf) |
Private Attributes | |
KeyTranslator & | KeyTrans |
TCharmap & | Charmap |
|
inline |
void TMapLoader::Display | ( | ) |
Definition at line 741 of file tmapldr.cpp.
Referenced by Telnet::DisplayKeyMap().
Definition at line 466 of file tmapldr.cpp.
Referenced by Telnet::LoadKeyMap().
Definition at line 385 of file tmapldr.cpp.
Referenced by Load().
Definition at line 260 of file tmapldr.cpp.
Referenced by Load().
Definition at line 319 of file tmapldr.cpp.
Referenced by Load().
|
private |
Definition at line 240 of file tmapldr.cpp.
Referenced by Load().
Definition at line 292 of file tmapldr.cpp.
Referenced by Load(), and LoadKeyMap().
|
private |
Definition at line 93 of file tmapldr.h.
Referenced by Load(), and LoadCharMap().
|
private |
Definition at line 92 of file tmapldr.h.
Referenced by Display(), Load(), LoadGlobal(), LoadKeyMap(), and ParseKeyDef().