KEntry Struct Reference
#include <kconfigdata.h>
Detailed Description
map/dict/list config node entry.
Definition at line 32 of file kconfigdata.h.
Public Member Functions | |
KEntry () | |
Public Attributes | |
QCString | mValue |
bool | bDirty:1 |
bool | bNLS:1 |
bool | bGlobal:1 |
bool | bImmutable:1 |
bool | bDeleted:1 |
bool | bExpand:1 |
Related Functions | |
(Note that these are not member functions.) | |
typedef QMap< KEntryKey, KEntry > | KEntryMap |
typedef QMap< KEntryKey, KEntry >::Iterator | KEntryMapIterator |
typedef QMap< KEntryKey, KEntry >::ConstIterator | KEntryMapConstIterator |
Friends And Related Function Documentation
type specifying a map of entries (key,value pairs).
The keys are actually a key in a particular config file group together with the group name.
Definition at line 128 of file kconfigdata.h.
typedef QMap<KEntryKey, KEntry>::Iterator KEntryMapIterator [related] |
type for iterating over keys in a KEntryMap in sorted order.
Definition at line 135 of file kconfigdata.h.
typedef QMap<KEntryKey, KEntry>::ConstIterator KEntryMapConstIterator [related] |
type for iterating over keys in a KEntryMap in sorted order.
It is const, thus you cannot change the entries in the iterator, only examine them.
Definition at line 144 of file kconfigdata.h.
Member Data Documentation
bool KEntry::bDirty |
bool KEntry::bNLS |
bool KEntry::bGlobal |
bool KEntry::bImmutable |
bool KEntry::bDeleted |
bool KEntry::bExpand |
The documentation for this struct was generated from the following file: