|
|
KDE Configuration entries
This class implements KDE's default-based configuration system.
See also: getConfig, KConfigBase, KSimpleConfig
void parseConfigFiles () |
Open all appropriate configuration files and pass them on to parseOneConfigFile()
Reimplemented from KConfigBase
bool writeConfigFile ( QFile& rFile, bool bGlobal = false ) |
Write back the configuration data.
Reimplemented from KConfigBase
KConfig ( const char* pGlobalAppFile = 0L, const char* pLocalAppFile = 0L ) |
Construct a KConfig object.
Parameters:
pGlobalAppFile | A file to parse in addition to the normally parsed files. |
pLocalAppFile | Another file to parse in addition to the normally parsed files (has priority over pGlobalAppFile |
~KConfig () |
Destructor.
Writes back any dirty configuration entries.
void sync () |
Write back the config cache.
Reimplemented from KConfigBase