KConfig Class Reference

[Kangaroo Index] [Kangaroo Hierarchy] [Headers]


KDE Configuration Management class More...

#include <kdeobjc/KConfig.h>

Inherits: KConfigBase (kdecore)

Public Members


Detailed Description

KDE Configuration entries

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

Derived from the C++ header 'kconfig.h' by Kalle Dalheimer (kalle@kde.org) @see -[KApplication getConfig] KConfigBase KSimpleConfig


-parseConfigFiles

Open all appropriate configuration files and pass them on to-parseOneConfigFile

-writeConfigFile:global:

Write back the configuration data.

-initFromGlobalFile:localFile:

Initialize 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

-dealloc

Writes back any dirty configuration entries.

-sync

Write back the config cache.


  • Author: Richard Dale
  • Documentation generated by duke@tipitina on Sat May 6 11:42:52 EDT 2000
Kdoc