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

Public Member Functions | |
| KeycfgHandler (QXmlReader *parser) | |
| ~KeycfgHandler () | |
| void | dispose (QXmlReader *parser, QXmlContentHandler *parent) |
| void | setKeyModifiers (KeyModifiers *mod) |
| void | setKeyMappings (KeyMappings *map) |
| void | setKeyExtensions (KeyExtensions *ext) |
| void | setKeyRepeater (KeyRepeater *rep) |
| bool | startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts) |
Private Attributes | |
| QXmlContentHandler * | m_parent |
| QXmlReader * | m_parser |
| ModifiersHandler * | m_pModHandler |
| MappingsHandler * | m_pMapHandler |
| ExtensionsHandler * | m_pExtHandler |
| RepeaterHandler * | m_pRepHandler |
| KeyModifiers * | m_pModifiers |
| KeyMappings * | m_pMappings |
| KeyExtensions * | m_pExtensions |
| KeyRepeater * | m_pRepeater |
|
|
Definition at line 3 of file KeycfgHandler.cpp. References m_parser, m_pExtHandler, m_pMapHandler, m_pModHandler, and m_pRepHandler. |
|
|
Definition at line 13 of file KeycfgHandler.cpp. References m_pExtHandler, m_pMapHandler, m_pModHandler, and m_pRepHandler. |
|
||||||||||||
|
|
|
|
Definition at line 27 of file KeycfgHandler.h. References m_pExtensions. Referenced by KeycfgReader::load(). |
|
|
Definition at line 23 of file KeycfgHandler.h. References m_pMappings. Referenced by KeycfgReader::load(). |
|
|
Definition at line 19 of file KeycfgHandler.h. References m_pModifiers. Referenced by KeycfgReader::load(). |
|
|
Definition at line 31 of file KeycfgHandler.h. References m_pRepeater. Referenced by KeycfgReader::load(). |
|
||||||||||||||||||||
|
|
Definition at line 42 of file KeycfgHandler.h. |
|
|
Definition at line 43 of file KeycfgHandler.h. Referenced by KeycfgHandler(), and startElement(). |
|
|
Definition at line 52 of file KeycfgHandler.h. Referenced by setKeyExtensions(), and startElement(). |
|
|
Definition at line 47 of file KeycfgHandler.h. Referenced by KeycfgHandler(), startElement(), and ~KeycfgHandler(). |
|
|
Definition at line 46 of file KeycfgHandler.h. Referenced by KeycfgHandler(), startElement(), and ~KeycfgHandler(). |
|
|
Definition at line 51 of file KeycfgHandler.h. Referenced by setKeyMappings(), and startElement(). |
|
|
Definition at line 45 of file KeycfgHandler.h. Referenced by KeycfgHandler(), startElement(), and ~KeycfgHandler(). |
|
|
Definition at line 50 of file KeycfgHandler.h. Referenced by setKeyModifiers(), and startElement(). |
|
|
Definition at line 53 of file KeycfgHandler.h. Referenced by setKeyRepeater(), and startElement(). |
|
|
Definition at line 48 of file KeycfgHandler.h. Referenced by KeycfgHandler(), startElement(), and ~KeycfgHandler(). |
1.4.2