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

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 |
| QString | m_type |
| int | m_code |
| int | m_mask |
| QValueList< int > | m_release |
| bool | m_mapping |
| bool | m_toggle |
|
||||||||||||
|
Definition at line 3 of file ModifiersHandler.cpp. References m_parent, and m_parser. Referenced by KeycfgHandler::startElement(). |
|
||||||||||||||||
|
Definition at line 71 of file ModifiersHandler.cpp. References KeyMappings::assign(), KeyModifiers::assign(), KeyModifiers::assignRelease(), QValueList< T >::begin(), code, QValueList< T >::end(), KeyNames::getCode(), m_code, m_mapping, m_mask, m_parent, m_parser, m_pMappings, m_pModifiers, m_release, m_toggle, m_type, QString::null, qDebug(), and KeyNames::setCode(). |
|
|
Definition at line 21 of file ModifiersHandler.h. References m_pMappings. Referenced by KeycfgHandler::startElement(). |
|
|
Definition at line 17 of file ModifiersHandler.h. References m_pModifiers. Referenced by KeycfgHandler::startElement(). |
|
||||||||||||||||||||
|
Definition at line 10 of file ModifiersHandler.cpp. References QValueList< T >::append(), QValueList< T >::clear(), code, KeyNames::getCode(), KeyModifiers::getMask(), KHUtil::hex2int(), i, m_code, m_mapping, m_mask, m_pModifiers, m_release, m_toggle, m_type, and QString::null. |
|
|
Definition at line 41 of file ModifiersHandler.h. Referenced by endElement(), and startElement(). |
|
|
Definition at line 44 of file ModifiersHandler.h. Referenced by endElement(), and startElement(). |
|
|
Definition at line 42 of file ModifiersHandler.h. Referenced by endElement(), and startElement(). |
|
|
Definition at line 34 of file ModifiersHandler.h. Referenced by dispose(), and endElement(). |
|
|
Definition at line 35 of file ModifiersHandler.h. Referenced by dispose(), and endElement(). |
|
|
Definition at line 38 of file ModifiersHandler.h. Referenced by endElement(), and setKeyMappings(). |
|
|
Definition at line 37 of file ModifiersHandler.h. Referenced by endElement(), setKeyModifiers(), and startElement(). |
|
|
Definition at line 43 of file ModifiersHandler.h. Referenced by endElement(), and startElement(). |
|
|
Definition at line 45 of file ModifiersHandler.h. Referenced by endElement(), and startElement(). |
|
|
Definition at line 40 of file ModifiersHandler.h. Referenced by endElement(), and startElement(). |
1.4.2