#include </home/clem/local/src/opie/noncore/applets/zkbapplet/keyzcfg/cfgfile.h>
Public Member Functions | |
| CfgFile () | |
| ~CfgFile () | |
| QList< CfgEntry > & | getEntries () |
| bool | replaceEntry (const QString &file, const QString &label, int index=-1) |
| bool | deleteEntry (const QString &file) |
| int | getAutorepeatDelay () const |
| void | setAutorepeatDelay (int) |
| int | getAutorepeatPeriod () const |
| void | setAutorepeatPeriod (int) |
Protected Attributes | |
| QList< CfgEntry > | entries |
| int | ardelay |
| int | arperiod |
|
|
Definition at line 35 of file cfgfile.cpp. |
|
|
Definition at line 38 of file cfgfile.cpp. |
|
|
Definition at line 58 of file cfgfile.cpp. References entries, CfgEntry::getFile(), and i. Referenced by CfgDlg::del(), and replaceEntry(). |
|
|
Definition at line 69 of file cfgfile.cpp. References ardelay. Referenced by CfgDlg::CfgDlg(), and CfgParser::save(). |
|
|
Definition at line 77 of file cfgfile.cpp. References arperiod. Referenced by CfgDlg::CfgDlg(), and CfgParser::save(). |
|
|
Definition at line 41 of file cfgfile.cpp. References entries. Referenced by CfgDlg::CfgDlg(), and CfgParser::save(). |
|
||||||||||||||||
|
Definition at line 45 of file cfgfile.cpp. References deleteEntry(), and entries. Referenced by CfgDlg::add(), CfgParser::load(), and CfgDlg::setLabel(). |
|
|
Definition at line 73 of file cfgfile.cpp. References ardelay. Referenced by CfgDlg::accept(), and CfgParser::load(). |
|
|
Definition at line 81 of file cfgfile.cpp. References arperiod. Referenced by CfgDlg::accept(), and CfgParser::load(). |
|
|
Definition at line 39 of file cfgfile.h. Referenced by getAutorepeatDelay(), and setAutorepeatDelay(). |
|
|
Definition at line 40 of file cfgfile.h. Referenced by getAutorepeatPeriod(), and setAutorepeatPeriod(). |
|
|
Definition at line 38 of file cfgfile.h. Referenced by deleteEntry(), getEntries(), and replaceEntry(). |
1.4.2