#include <kconfigbackend.h>
Inheritance diagram for KConfigINIBackEnd:

Public Methods | |
| KConfigINIBackEnd (KConfigBase *_config, const QString &_fileName, const char *_resType, bool _useKDEGlobals=true) | |
| virtual | ~KConfigINIBackEnd () |
| bool | parseConfigFiles () |
| virtual void | sync (bool bMerge=true) |
Protected Methods | |
| void | parseSingleConfigFile (QFile &rFile, KEntryMap *pWriteBackMap=0L, bool bGlobal=false, bool bDefault=false) |
| bool | writeConfigFile (QString filename, bool bGlobal=false, bool bMerge=true) |
| virtual void | virtual_hook (int id, void *data) |
Definition at line 174 of file kconfigbackend.h.
|
||||||||||||||||||||
|
Constructs an ini-style configuration back end.
Definition at line 193 of file kconfigbackend.h. |
|
|
Destructs the configuration backend. Definition at line 200 of file kconfigbackend.h. |
|
|
Parses all INI-style configuration files for a config object.
Implements KConfigBackEnd. |
|
||||||||||||||||||||
|
Parses one configuration file.
|
|
|
Writes configuration data to file(s).
Implements KConfigBackEnd. |
|
||||||||||||||||
|
Writes configuration file back.
|
1.2.18