TDESharedConfig Class Reference
#include <tdeconfig.h>
Inheritance diagram for TDESharedConfig:

Public Types | |
typedef TDESharedPtr < TDESharedConfig > | Ptr |
Static Public Member Functions | |
static TDESharedConfig::Ptr | openConfig (const TQString &fileName, bool readOnly=false, bool bUseKDEGlobals=true) |
Friends | |
class | TQValueList< TDESharedConfig * > |
Detailed Description
TDEConfig variant using shared memory.
TDESharedConfig provides a reference counted, shared memory variant of TDEConfig.
Definition at line 273 of file tdeconfig.h.
Member Function Documentation
TDESharedConfig::Ptr TDESharedConfig::openConfig | ( | const TQString & | fileName, |
bool | readOnly = 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 readOnly set the config object's read-only status bUseKDEGlobals Toggle reading the global KDE configuration file.
Definition at line 334 of file tdeconfig.cpp.
The documentation for this class was generated from the following files: