tdeconfig.h
Abstract base class for KDE configuration file loading/saving.
Definition: tdeconfigbackend.h:49
virtual KEntry lookupData(const KEntryKey &_key) const =0
Looks up an entry in the config object's internal structure.
virtual KEntryMap internalEntryMap() const =0
Returns a map (tree) of the entries in the tree.
virtual TQStringList groupList() const =0
Returns a list of groups that are known about.
virtual void reparseConfiguration()=0
Reparses all configuration files.
virtual void putData(const KEntryKey &_key, const KEntry &_data, bool _checkGroup=true)=0
Inserts a (key/value) pair into the internal storage mechanism of the configuration object.
virtual TQMap< TQString, TQString > entryMap(const TQString &group) const =0
Returns a map (tree) of entries for all entries in a particular group.
virtual void rollback(bool bDeep=true)
Mark the config object as "clean," i.e.
Definition: tdeconfigbase.cpp:1755
virtual KEntryMap internalEntryMap() const
Returns a map (tree) of the entries in the tree.
Definition: tdeconfig.h:212
KEntryMap aEntryMap
Contains all key,value entries, as well as some "special" keys which indicate the start of a group of...
Definition: tdeconfig.h:243
bool forceGlobal() const
Returns true if all entries are being written into kdeglobals.
Definition: tdeconfig.h:136
void setForceGlobal(bool force)
Forces all following write-operations being performed on kdeglobals, independent of the bGlobal flag ...
Definition: tdeconfig.h:129
key structure holding both the actual key and the the group to which it belongs.
Definition: tdeconfigdata.h:70