KConfigGroup Class Reference
#include <kconfigbase.h>
Inheritance diagram for KConfigGroup:

Detailed Description
A KConfigBase derived class for one specific group in a KConfig object.
Definition at line 2095 of file kconfigbase.h.
Public Member Functions | |
KConfigGroup (KConfigBase *master, const QCString &group) | |
KConfigGroup (KConfigBase *master, const QString &group) | |
KConfigGroup (KConfigBase *master, const char *group) | |
void | deleteGroup (bool bGlobal=false) |
bool | groupIsImmutable () const |
virtual void | setDirty (bool _bDirty) |
virtual void | putData (const KEntryKey &_key, const KEntry &_data, bool _checkGroup=true) |
virtual KEntry | lookupData (const KEntryKey &_key) const |
virtual void | sync () |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Constructor & Destructor Documentation
|
Construct a config group corresponding to
Definition at line 1782 of file kconfigbase.cpp. |
|
This is an overloaded constructor provided for convenience. It behaves essentially like the above function.
Construct a config group corresponding to Definition at line 1769 of file kconfigbase.cpp. |
|
This is an overloaded constructor provided for convenience. It behaves essentially like the above function.
Construct a config group corresponding to Definition at line 1795 of file kconfigbase.cpp. |
Member Function Documentation
|
Delete all entries in the entire group.
Definition at line 1808 of file kconfigbase.cpp. |
|
Checks whether it is possible to change this group.
Definition at line 1813 of file kconfigbase.cpp. |
|
Looks up an entry in the config object's internal structure. Classes that derive from KConfigBase will need to implement this method in a storage-specific manner. Do not use this function, the implementation and return type are subject to change.
Implements KConfigBase. Definition at line 1828 of file kconfigbase.cpp. |
|
Inserts a (key/value) pair into the internal storage mechanism of the configuration object. Classes that derive from KConfigBase will need to implement this method in a storage-specific manner. Do not use this function, the implementation / return type are subject to change.
Implements KConfigBase. Definition at line 1823 of file kconfigbase.cpp. |
|
Sets the global dirty flag of the config object.
Reimplemented from KConfigBase. Definition at line 1818 of file kconfigbase.cpp. |
|
Flushes all changes that currently reside only in memory back to disk / permanent storage. Dirty configuration entries are written to the most specific file available.
Asks the back end to flush out all pending writes, and then calls rollback(). No changes are made if the object has You should call this from your destructor in derivative classes.
Reimplemented from KConfigBase. Definition at line 1833 of file kconfigbase.cpp. |
The documentation for this class was generated from the following files: