class KConfig

KDE Configuration Management class. More...

Definition#include <kconfig.h>
InheritsKConfigBase
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Members

Protected Members


Detailed Description

KDE Configuration entries

This class implements KDE's default-based configuration system.

See also: getConfig, KConfigBase, KSimpleConfig

void parseConfigFiles ()
[protected virtual]

Open all appropriate configuration files and pass them on to parseOneConfigFile()

Reimplemented from KConfigBase

bool writeConfigFile ( QFile& rFile, bool bGlobal = false )
[protected]

Write back the configuration data.

Reimplemented from KConfigBase

KConfig ( const char* pGlobalAppFile = 0L, const char* pLocalAppFile = 0L )

Construct a KConfig object.

Parameters:
pGlobalAppFileA file to parse in addition to the normally parsed files.
pLocalAppFileAnother file to parse in addition to the normally parsed files (has priority over pGlobalAppFile

~KConfig ()
[virtual]

Destructor.

Writes back any dirty configuration entries.

void sync ()
[virtual]

Write back the config cache.

Reimplemented from KConfigBase