#include <qmap.h>#include "zkbnames.h"Include dependency graph for zkbnames.cpp:

Go to the source code of this file.
Functions | |
| void | init_kn_maps () |
| void | init_mn_maps () |
| void | init_kcn_maps () |
Variables | |
| QString | Null_String ((const char *) 0) |
| static const Key_Names_t | Key_Names [] |
| static QMap< QString, int > | kn_map |
| static QMap< int, QString > | kn_rmap |
| static const Modifier_Names_t | Modifier_Names [] |
| static QMap< QString, int > | mn_map |
| static QMap< int, QString > | mn_rmap |
| static const Keycode_Names_t | Keycode_Names [] |
| static QMap< QString, int > | kcn_map |
| static QMap< int, QString > | kcn_rmap |
|
|
Definition at line 415 of file zkbnames.cpp. References i, QMap< Key, T >::insert(), Keycode_Names_t::keycode, keycode, and name. Referenced by KeycodeNames::find(). |
|
|
Definition at line 71 of file zkbnames.cpp. References i, QMap< Key, T >::insert(), Key_Names_t::key, and name. Referenced by KeyNames::find(). |
|
|
Definition at line 126 of file zkbnames.cpp. References i, QMap< Key, T >::insert(), name, and Modifier_Names_t::value. Referenced by ModifierNames::find(). |
|
|
Definition at line 412 of file zkbnames.cpp. |
|
|
Definition at line 413 of file zkbnames.cpp. |
|
|
Definition at line 13 of file zkbnames.cpp. |
|
|
Definition at line 171 of file zkbnames.cpp. |
|
|
Definition at line 68 of file zkbnames.cpp. |
|
|
Definition at line 69 of file zkbnames.cpp. |
|
|
Definition at line 123 of file zkbnames.cpp. |
|
|
Definition at line 124 of file zkbnames.cpp. |
|
|
Initial value: {
{ 8, "Shift" },
{ 16, "Control" },
{ 32, "Alt" },
{ 0x4000, "Keypad" },
{ 0, 0 }
}
Definition at line 115 of file zkbnames.cpp. |
|
|
Referenced by KeycodeNames::find(), ModifierNames::find(), and KeyNames::find(). |
1.4.2