22 #ifndef _TDECONFIGDATA_H
23 #define _TDECONFIGDATA_H
26 #include "tdelibs_export.h"
35 : mValue(0), bDirty(
false), bNLS(
false),
36 bGlobal(
false), bImmutable(
false), bDeleted(
false), bExpand(
false) {}
72 const TQCString& _key = 0)
73 : mGroup(_group), mKey(_key), bLocal(
false), bDefault(
false),
106 if (!k1.c_key && k2.c_key)
110 if (k1.c_key && k2.c_key)
111 result = strcmp(k1.c_key, k2.c_key);
TQMap< KEntryKey, KEntry >::ConstIterator KEntryMapConstIterator
bool bLocal
Entry is localised or not.
TQMap< KEntryKey, KEntry >::Iterator KEntryMapIterator
bool bImmutable
Entry can not be modified.
bool bGlobal
Entry should be written to the global config file.
map/dict/list config node entry.
bool bDeleted
Entry has been deleted.
key structure holding both the actual key and the the group to which it belongs.
bool bNLS
Entry should be written with locale tag.
TQMap< KEntryKey, KEntry > KEntryMap
bool bExpand
Whether to apply dollar expansion or not.
bool bDefault
Entry indicates if this is a default value.
TQCString mGroup
The "group" to which this EntryKey belongs.
bool bDirty
Must the entry be written back to disk?
TQCString mKey
The actual key of the entry in question.