#include <kconfigbackend.h>
Inheritance diagram for config::KConfigINIBackEnd:
Public Methods | |
KConfigINIBackEnd (KConfigBase *_config, const string &_fileName, const char *_resType, bool _useKDEGlobals=true) | |
Constructs an ini-style configuration back end. More... | |
virtual | ~KConfigINIBackEnd () |
Destructs the configuration backend. | |
bool | parseConfigFiles () |
Parses all INI-style configuration files for a config object. More... | |
virtual void | sync (bool bMerge=true) |
Writes configuration data to file(s). | |
Protected Methods | |
void | parseSingleConfigFile (string &rFile, KEntryMap *pWriteBackMap=0L, bool bGlobal=false, bool bDefault=false) |
Parses one configuration file. More... | |
bool | writeConfigFile (string filename, bool bGlobal=false, bool bMerge=true) |
Writes configuration file back. More... | |
virtual void | virtual_hook (int id, void *data) |
|
Constructs an ini-style configuration back end.
|
|
Parses all INI-style configuration files for a config object.
Implements config::KConfigBackEnd. |
|
Parses one configuration file.
|
|
Writes configuration file back.
|