#include </home/clem/local/src/opie/noncore/applets/zkbapplet/keyzcfg/cfgfile.h>
Collaboration diagram for CfgParser:

Public Member Functions | |
| CfgParser () | |
| virtual | ~CfgParser () |
| bool | load (QString file, CfgFile &cfg) |
| bool | save (QString file, CfgFile &cfg) |
| void | addLabel (const QString &name, const QString &state) |
| void | addFile (const QString &file, const QString &prefix) |
| int | getAutorepeatDelay () const |
| void | setAutorepeatDelay (int) |
| int | getAutorepeatPeriod () const |
| void | setAutorepeatPeriod (int) |
| virtual bool | warning (const QXmlParseException &e) |
| virtual bool | error (const QXmlParseException &e) |
| virtual bool | fatalError (const QXmlParseException &e) |
| virtual QString | errorString () |
| QString | getError () |
Protected Attributes | |
| QString | err |
| QMap< QString, QString > | labels |
| QMap< QString, QString > | includes |
| QList< QString > | labelList |
| QList< QString > | includeList |
| int | ardelay |
| int | arperiod |
|
|
Definition at line 86 of file cfgfile.cpp. |
|
|
Definition at line 192 of file cfgfile.cpp. |
|
||||||||||||
|
Definition at line 216 of file cfgfile.cpp. References QMap< Key, T >::find(), includeList, includes, and QMap< Key, T >::insert(). Referenced by CfgHandler::startIncludeElement(). |
|
||||||||||||
|
Definition at line 211 of file cfgfile.cpp. References QMap< Key, T >::find(), QMap< Key, T >::insert(), labelList, and labels. Referenced by CfgHandler::startLabelElement(). |
|
|
Definition at line 236 of file cfgfile.cpp. References err, and QString::sprintf(). |
|
|
Definition at line 221 of file cfgfile.cpp. References err. |
|
|
Definition at line 247 of file cfgfile.cpp. References err, and QString::sprintf(). |
|
|
Definition at line 195 of file cfgfile.cpp. References ardelay. |
|
|
Definition at line 203 of file cfgfile.cpp. References arperiod. |
|
|
|
|
||||||||||||
|
Definition at line 89 of file cfgfile.cpp. References ardelay, arperiod, QMap< Key, T >::end(), err, f, QMap< Key, T >::find(), i, includeList, includes, QString::isEmpty(), labels, odebug, oendl, p, CfgFile::replaceEntry(), CfgFile::setAutorepeatDelay(), and CfgFile::setAutorepeatPeriod(). Referenced by main(). |
|
||||||||||||
|
Definition at line 135 of file cfgfile.cpp. References f, CfgFile::getAutorepeatDelay(), CfgFile::getAutorepeatPeriod(), CfgFile::getEntries(), CfgEntry::getFile(), CfgEntry::getLabel(), i, QString::isEmpty(), l, QString::number(), oendl, oerr, and QString::utf8(). Referenced by CfgDlg::accept(). |
|
|
Definition at line 199 of file cfgfile.cpp. References ardelay. Referenced by CfgHandler::startKeymapElement(). |
|
|
Definition at line 207 of file cfgfile.cpp. References arperiod. Referenced by CfgHandler::startKeymapElement(). |
|
|
Definition at line 225 of file cfgfile.cpp. References err, and QString::sprintf(). |
|
|
Definition at line 72 of file cfgfile.h. Referenced by getAutorepeatDelay(), load(), and setAutorepeatDelay(). |
|
|
Definition at line 73 of file cfgfile.h. Referenced by getAutorepeatPeriod(), load(), and setAutorepeatPeriod(). |
|
|
Definition at line 67 of file cfgfile.h. Referenced by error(), errorString(), fatalError(), load(), and warning(). |
|
|
|
|
|
|
|
|
Definition at line 70 of file cfgfile.h. Referenced by addLabel(). |
|
|
Definition at line 68 of file cfgfile.h. Referenced by addLabel(), and load(). |
1.4.2