#include </home/clem/local/src/opie/noncore/applets/keyhelper/keyhelperapplet/config/KeycfgReader.h>
Collaboration diagram for KeycfgReader:

Public Member Functions | |
| KeycfgReader () | |
| ~KeycfgReader () | |
| bool | load () |
| bool | load (const QString &path) |
| void | setKeyModifiers (KeyModifiers *mod) |
| void | setKeyMappings (KeyMappings *map) |
| void | setKeyExtensions (KeyExtensions *ext) |
| void | setKeyRepeater (KeyRepeater *rep) |
Private Attributes | |
| KeyModifiers * | m_pModifiers |
| KeyMappings * | m_pMappings |
| KeyExtensions * | m_pExtensions |
| KeyRepeater * | m_pRepeater |
|
|
Definition at line 3 of file KeycfgReader.cpp. References qDebug(). |
|
|
Definition at line 8 of file KeycfgReader.cpp. References qDebug(). |
|
|
|
Definition at line 13 of file KeycfgReader.cpp. References QFile::exists(), ConfigEx::getInstance(), QString::length(), Config::readEntry(), and Config::setGroup(). Referenced by KeyHelper::load(). |
|
|
Definition at line 30 of file KeycfgReader.h. References m_pExtensions. Referenced by KeyHelper::load(). |
|
|
Definition at line 26 of file KeycfgReader.h. References m_pMappings. Referenced by KeyHelper::load(). |
|
|
Definition at line 22 of file KeycfgReader.h. References m_pModifiers. Referenced by KeyHelper::load(). |
|
|
Definition at line 34 of file KeycfgReader.h. References m_pRepeater. Referenced by KeyHelper::load(). |
|
|
Definition at line 42 of file KeycfgReader.h. Referenced by load(), and setKeyExtensions(). |
|
|
Definition at line 41 of file KeycfgReader.h. Referenced by load(), and setKeyMappings(). |
|
|
Definition at line 40 of file KeycfgReader.h. Referenced by load(), and setKeyModifiers(). |
|
|
Definition at line 43 of file KeycfgReader.h. Referenced by load(), and setKeyRepeater(). |
1.4.2