KDECore
KEntry Struct Reference
map/dict/list config node entry. More...
#include <kconfigdata.h>
Public Member Functions | |
KEntry () | |
Public Attributes | |
bool | bDeleted:1 |
bool | bDirty:1 |
bool | bExpand:1 |
bool | bGlobal:1 |
bool | bImmutable:1 |
QByteArray | mValue |
Related Functions | |
(Note that these are not member functions.) | |
typedef QMap< KEntryKey, KEntry >::ConstIterator | KEntryMapConstIterator |
typedef QMap< KEntryKey, KEntry >::Iterator | KEntryMapIterator |
Detailed Description
map/dict/list config node entry.
For internal use only.
Definition at line 35 of file kconfigdata.h.
Constructor & Destructor Documentation
KEntry::KEntry | ( | ) | [inline] |
Friends And Related Function Documentation
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.
For internal use only.
Definition at line 474 of file kconfigdata.h.
typedef QMap<KEntryKey, KEntry>::Iterator KEntryMapIterator [related] |
type for iterating over keys in a KEntryMap in sorted order.
For internal use only.
Definition at line 465 of file kconfigdata.h.
Member Data Documentation
bool KEntry::bDeleted |
bool KEntry::bDirty |
bool KEntry::bExpand |
bool KEntry::bGlobal |
bool KEntry::bImmutable |
The documentation for this struct was generated from the following file: