#include </home/clem/local/src/opie/core/apps/embeddedkonsole/keytrans.h>
Collaboration diagram for KeyTrans:

Public Member Functions | |
| KeyTrans () | |
| ~KeyTrans () | |
| bool | findEntry (int key, int bits, int *cmd, const char **txt, int *len) |
| KeyEntry * | addEntry (int ref, int key, int bits, int mask, int cmd, QString txt) |
| KeyTrans () | |
| ~KeyTrans () | |
| bool | findEntry (int key, int bits, int *cmd, const char **txt, int *len) |
| KeyEntry * | addEntry (int ref, int key, int bits, int mask, int cmd, QString txt) |
Static Public Member Functions | |
| static KeyTrans * | defaultKeyTrans () |
| static KeyTrans * | fromFile (const char *path) |
| static KeyTrans * | find (int numb) |
| static KeyTrans * | find (const char *path) |
| static int | count () |
| static void | loadAll () |
| static KeyTrans * | defaultKeyTrans () |
| static KeyTrans * | fromFile (const char *path) |
| static KeyTrans * | find (int numb) |
| static KeyTrans * | find (const char *path) |
| static int | count () |
| static void | loadAll () |
Public Attributes | |
| QString | hdr |
| int | numb |
| QString | path |
Private Member Functions | |
| void | addKeyTrans () |
| void | addKeyTrans () |
Static Private Member Functions | |
| static KeyTrans * | fromDevice (QString path, QIODevice &buf) |
| static KeyTrans * | fromDevice (QString path, QIODevice &buf) |
Private Attributes | |
| QList< KeyEntry > | table |
| QList< KeyEntry > | table |
Classes | |
| class | KeyEntry |
|
|
Definition at line 80 of file keytrans.cpp. |
|
|
Definition at line 86 of file keytrans.cpp. |
|
|
|
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
Definition at line 90 of file keytrans.cpp. |
|
|
|
|
|
Definition at line 645 of file keytrans.cpp. References QDict< type >::insert(), QIntDict< type >::insert(), keytab_serial, numb, and path. Referenced by loadAll(). |
|
|
|
|
|
Definition at line 640 of file keytrans.cpp. References QIntDict< type >::count(). Referenced by Konsole::init(). |
|
|
|
|
|
Definition at line 413 of file keytrans.cpp. References buf, and fromDevice(). Referenced by loadAll(). |
|
|
|
|
|
|
|
|
Definition at line 634 of file keytrans.cpp. References QIntDict< type >::find(), and QDict< type >::find(). |
|
|
Definition at line 628 of file keytrans.cpp. References QIntDict< type >::find(). Referenced by Konsole::init(), EmulationLayer::setKeytrans(), and TEmulation::setKeytrans(). |
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
Definition at line 104 of file keytrans.cpp. References FALSE, table, and TRUE. Referenced by TEmuVt102::onKeyPress(). |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 307 of file keytrans.cpp. References KeytabReader::parseTo(), and path. Referenced by defaultKeyTrans(), fromFile(), and loadAll(). |
|
|
|
|
|
Definition at line 422 of file keytrans.cpp. References fromDevice(). |
|
|
|
|
|
Definition at line 652 of file keytrans.cpp. References addKeyTrans(), QValueList< T >::begin(), defaultKeyTrans(), QValueList< T >::end(), QDir::entryList(), fromDevice(), path, and QPEApplication::qpeDir(). Referenced by Konsole::init(). |
|
|
Definition at line 88 of file keytrans.h. |
|
|
Definition at line 89 of file keytrans.h. Referenced by addKeyTrans(), and KeyTrans(). |
|
|
Definition at line 90 of file keytrans.h. Referenced by addKeyTrans(), fromDevice(), KeyTrans(), and loadAll(). |
|
|
Definition at line 86 of file keytrans.h. |
|
|
Definition at line 86 of file keytrans.h. Referenced by addEntry(), and findEntry(). |
1.4.2