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

zkbnames.h

Go to the documentation of this file.
00001 #ifndef ZKBNAMES_H
00002 #define ZKBNAMES_H
00003 
00004 #include <qstring.h>
00005 
00006 class KeyNames {
00007 public:
00008         static int find(const QString& key);
00009         static const QString& find(int);
00010 };
00011 
00012 class KeycodeNames {
00013 public:
00014         static int find(const QString& key);
00015         static const QString& find(int);
00016 };
00017 
00018 class ModifierNames {
00019 public:
00020         static int find(const QString& key);
00021         static const QString& find(int);
00022 };
00023 #endif

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