Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

zkbnames.cpp File Reference

#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, QStringkn_rmap
static const Modifier_Names_t Modifier_Names []
static QMap< QString, int > mn_map
static QMap< int, QStringmn_rmap
static const Keycode_Names_t Keycode_Names []
static QMap< QString, int > kcn_map
static QMap< int, QStringkcn_rmap


Function Documentation

void init_kcn_maps  ) 
 

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().

void init_kn_maps  ) 
 

Definition at line 71 of file zkbnames.cpp.

References i, QMap< Key, T >::insert(), Key_Names_t::key, and name.

Referenced by KeyNames::find().

void init_mn_maps  ) 
 

Definition at line 126 of file zkbnames.cpp.

References i, QMap< Key, T >::insert(), name, and Modifier_Names_t::value.

Referenced by ModifierNames::find().


Variable Documentation

QMap<QString, int> kcn_map [static]
 

Definition at line 412 of file zkbnames.cpp.

QMap<int, QString> kcn_rmap [static]
 

Definition at line 413 of file zkbnames.cpp.

const Key_Names_t Key_Names[] [static]
 

Definition at line 13 of file zkbnames.cpp.

const Keycode_Names_t Keycode_Names[] [static]
 

Definition at line 171 of file zkbnames.cpp.

QMap<QString, int> kn_map [static]
 

Definition at line 68 of file zkbnames.cpp.

QMap<int, QString> kn_rmap [static]
 

Definition at line 69 of file zkbnames.cpp.

QMap<QString, int> mn_map [static]
 

Definition at line 123 of file zkbnames.cpp.

QMap<int, QString> mn_rmap [static]
 

Definition at line 124 of file zkbnames.cpp.

const Modifier_Names_t Modifier_Names[] [static]
 

Initial value:

 {
        { 8, "Shift" },
        { 16, "Control" },
        { 32, "Alt" },
        { 0x4000, "Keypad" },
        { 0, 0 }
}

Definition at line 115 of file zkbnames.cpp.

QString Null_String((const char *) 0)
 

Referenced by KeycodeNames::find(), ModifierNames::find(), and KeyNames::find().


Generated on Sat Nov 5 16:45:23 2005 for OPIE by  doxygen 1.4.2