KSharedConfig Class Reference

#include <kconfig.h>

Inheritance diagram for KSharedConfig:

KConfig KShared KConfigBase QObject List of all members.

Detailed Description

KConfig variant using shared memory.

KSharedConfig provides a reference counted, shared memory variant of KConfig.

Definition at line 273 of file kconfig.h.


Public Types

typedef KSharedPtr< KSharedConfigPtr

Static Public Member Functions

static KSharedConfig::Ptr openConfig (const QString &fileName, bool immutable=false, bool bUseKDEGlobals=true)

Friends

class QValueList< KSharedConfig * >

Member Function Documentation

KSharedConfig::Ptr KSharedConfig::openConfig ( const QString fileName,
bool  immutable = false,
bool  bUseKDEGlobals = true 
) [static]

Returns a ref-counted pointer to a shared read-write config object.

Parameters:
fileName the name of the file to use for the configuration
immutable if true, force the config object to be read-only.
bUseKDEGlobals Toggle reading the global KDE configuration file.

Definition at line 334 of file kconfig.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys