#include </home/clem/local/src/opie/noncore/applets/zkbapplet/keyzcfg/zkbcfg.h>
Inheritance diagram for ZkbHandler:


Public Member Functions | |
| ZkbHandler (ZkbConfig &zkc, Keymap &keymap, const QString &prefix) | |
| virtual | ~ZkbHandler () |
Protected Member Functions | |
| virtual bool | startKeymapElement (int ardelay, int arperiod, const QString &author) |
| virtual bool | startIncludeElement (const QString &file, const QString &prfix) |
| virtual bool | startLabelElement (const QString &label, const QString &state) |
| virtual bool | startStateElement (const QString &name, const QString &parent, bool dflt) |
| virtual bool | startMapElement (int key, bool pressed) |
| virtual bool | startEventElement (int keycode, int unicode, int modifiers, bool pressed, bool autorepeat) |
| virtual bool | startNextStateElement (const QString &state) |
| virtual bool | endKeymapElement () |
| virtual bool | endIncludeElement () |
| virtual bool | endLabelElement () |
| virtual bool | endStateElement () |
| virtual bool | endMapElement () |
| virtual bool | endEventElement () |
| virtual bool | endNextStateElement () |
Protected Attributes | |
| ZkbConfig & | zkc |
| Keymap & | keymap |
| QString | prefix |
| int | ardelay |
| int | arperiod |
| QString | currentStateName |
| State * | currentState |
| Action * | currentAction |
|
||||||||||||||||
|
Definition at line 88 of file zkbcfg.cpp. |
|
|
Definition at line 92 of file zkbcfg.cpp. |
|
|
Reimplemented from ZkbXmlHandler. Definition at line 234 of file zkbcfg.cpp. |
|
|
Reimplemented from ZkbXmlHandler. Definition at line 216 of file zkbcfg.cpp. |
|
|
Reimplemented from ZkbXmlHandler. Definition at line 204 of file zkbcfg.cpp. References ardelay, arperiod, keymap, Keymap::setAutorepeatDelay(), and Keymap::setAutorepeatPeriod(). |
|
|
Reimplemented from ZkbXmlHandler. Definition at line 220 of file zkbcfg.cpp. |
|
|
Reimplemented from ZkbXmlHandler. Definition at line 229 of file zkbcfg.cpp. References currentAction. |
|
|
Reimplemented from ZkbXmlHandler. Definition at line 238 of file zkbcfg.cpp. |
|
|
Reimplemented from ZkbXmlHandler. Definition at line 224 of file zkbcfg.cpp. References currentState. |
|
||||||||||||||||||||||||
|
Reimplemented from ZkbXmlHandler. Definition at line 179 of file zkbcfg.cpp. References currentAction, Action::setAutorepeat(), Action::setEvent(), Action::setKeycode(), Action::setModifiers(), Action::setPressed(), and Action::setUnicode(). |
|
||||||||||||
|
Reimplemented from ZkbXmlHandler. Definition at line 102 of file zkbcfg.cpp. References QString::isNull(), keymap, ZkbConfig::load(), p, prefix, ZkbXmlHandler::setError(), and zkc. |
|
||||||||||||||||
|
Reimplemented from ZkbXmlHandler. Definition at line 95 of file zkbcfg.cpp. |
|
||||||||||||
|
Reimplemented from ZkbXmlHandler. Definition at line 120 of file zkbcfg.cpp. References Keymap::addLabel(), ZkbXmlHandler::err, keymap, and prefix. |
|
||||||||||||
|
Reimplemented from ZkbXmlHandler. Definition at line 166 of file zkbcfg.cpp. References currentAction, currentState, State::get(), QString::number(), ZkbXmlHandler::setError(), Action::setEvent(), and Action::setState(). |
|
|
Reimplemented from ZkbXmlHandler. Definition at line 192 of file zkbcfg.cpp. References currentAction, Keymap::getStateByName(), keymap, prefix, s, ZkbXmlHandler::setError(), and Action::setState(). |
|
||||||||||||||||
|
Reimplemented from ZkbXmlHandler. Definition at line 131 of file zkbcfg.cpp. References Keymap::addState(), currentState, currentStateName, ZkbXmlHandler::err, Keymap::getStateByName(), QString::isEmpty(), keymap, prefix, Keymap::setCurrentState(), and State::setParent(). |
|
|
Definition at line 37 of file zkbcfg.h. Referenced by endKeymapElement(), and startKeymapElement(). |
|
|
Definition at line 38 of file zkbcfg.h. Referenced by endKeymapElement(), and startKeymapElement(). |
|
|
Definition at line 45 of file zkbcfg.h. Referenced by endMapElement(), startEventElement(), startMapElement(), and startNextStateElement(). |
|
|
Definition at line 42 of file zkbcfg.h. Referenced by endStateElement(), startMapElement(), and startStateElement(). |
|
|
Definition at line 41 of file zkbcfg.h. Referenced by startStateElement(). |
|
|
Definition at line 33 of file zkbcfg.h. Referenced by endKeymapElement(), startIncludeElement(), startLabelElement(), startNextStateElement(), and startStateElement(). |
|
|
Definition at line 34 of file zkbcfg.h. Referenced by startIncludeElement(), startLabelElement(), startNextStateElement(), and startStateElement(). |
|
|
Definition at line 32 of file zkbcfg.h. Referenced by startIncludeElement(). |
1.4.2