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

Public Member Functions | |
| void | dispose (QXmlReader *parser, QXmlContentHandler *parent) |
| void | setKeyModifiers (KeyModifiers *mod) |
| void | setKeyMappings (KeyMappings *map) |
| bool | startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts) |
| bool | endElement (const QString &namespaceURI, const QString &localName, const QString &qName) |
Private Attributes | |
| QXmlContentHandler * | m_parent |
| QXmlReader * | m_parser |
| KeyModifiers * | m_pModifiers |
| KeyMappings * | m_pMappings |
| int | m_code |
| int | m_mask |
| int | m_mapcode |
| int | m_unicode |
| QMap< QString, QString > | m_mapmodifiers |
| QMap< QString, QString > | m_mapunicodes |
|
||||||||||||
|
Definition at line 3 of file MappingsHandler.cpp. References m_parent, and m_parser. Referenced by KeycfgHandler::startElement(). |
|
||||||||||||||||
|
Definition at line 72 of file MappingsHandler.cpp. References KeyMappings::assign(), KeyMappings::assignModifier(), KeyMappings::assignUnicode(), QMap< Key, T >::begin(), QMap< Key, T >::end(), m_code, m_mapcode, m_mapmodifiers, m_mapunicodes, m_mask, m_parent, m_parser, m_pMappings, and m_unicode. |
|
|
Definition at line 21 of file MappingsHandler.h. References m_pMappings. Referenced by KeycfgHandler::startElement(). |
|
|
Definition at line 17 of file MappingsHandler.h. References m_pModifiers. Referenced by KeycfgHandler::startElement(). |
|
||||||||||||||||||||
|
Definition at line 10 of file MappingsHandler.cpp. References QMap< Key, T >::clear(), KeyNames::getCode(), KeyModifiers::getMask(), KHUtil::hex2int(), i, m_code, m_mapcode, m_mapmodifiers, m_mapunicodes, m_mask, m_pModifiers, and m_unicode. |
|
|
Definition at line 40 of file MappingsHandler.h. Referenced by endElement(), and startElement(). |
|
|
Definition at line 42 of file MappingsHandler.h. Referenced by endElement(), and startElement(). |
|
|
Definition at line 44 of file MappingsHandler.h. Referenced by endElement(), and startElement(). |
|
|
Definition at line 45 of file MappingsHandler.h. Referenced by endElement(), and startElement(). |
|
|
Definition at line 41 of file MappingsHandler.h. Referenced by endElement(), and startElement(). |
|
|
Definition at line 34 of file MappingsHandler.h. Referenced by dispose(), and endElement(). |
|
|
Definition at line 35 of file MappingsHandler.h. Referenced by dispose(), and endElement(). |
|
|
Definition at line 38 of file MappingsHandler.h. Referenced by endElement(), and setKeyMappings(). |
|
|
Definition at line 37 of file MappingsHandler.h. Referenced by setKeyModifiers(), and startElement(). |
|
|
Definition at line 43 of file MappingsHandler.h. Referenced by endElement(), and startElement(). |
1.4.2