|
|
KConfigGroup (KConfigBase *master, const QCString &group)
| KConfigGroup |
Construct a config group corresponding to group
in master
.
group
is the group name encoded in UTF-8.
KConfigGroup (KConfigBase *master, const QString &group)
| KConfigGroup |
This is an overloaded constructor provided for convenience. It behaves essentially like the above function.
Construct a config group corresponding to group
in master
KConfigGroup (KConfigBase *master, const char * group)
| KConfigGroup |
This is an overloaded constructor provided for convenience. It behaves essentially like the above function.
Construct a config group corresponding to group
in master
group
is the group name encoded in UTF-8.
void deleteGroup (bool bGlobal = false)
| deleteGroup |
Delete all entries in the entire group
Parameters:
bGlobal | If bGlobal is true, the entries are not removed
from the application specific config file, but from the global
KDE config file.
|
Reimplemented from KConfigBase.
void setDirty (bool b)
| setDirty |
[virtual]
Reimplemented from KConfigBase.
void putData (const KEntryKey &_key, const KEntry &_data, bool _checkGroup = true)
| putData |
[virtual]
Reimplemented from KConfigBase.
KEntry lookupData (const KEntryKey &_key)
| lookupData |
[const virtual]
Reimplemented from KConfigBase.
void sync ()
| sync |
[virtual]
Reimplemented from KConfigBase.
void virtual_hook ( int id, void* data )
| virtual_hook |
[protected virtual]
Reimplemented from KConfigBase.
Generated by: dfaure on faure on Tue Apr 16 08:49:00 2002, using kdoc 2.0a53. |