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.
Definition at line 35 of file kconfigdata.h.
Constructor & Destructor Documentation
| KEntry::KEntry | ( | ) | [inline] |
Constructor.
Definition at line 38 of file kconfigdata.h.
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.
Definition at line 471 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 462 of file kconfigdata.h.
Member Data Documentation
Entry has been deleted.
Definition at line 58 of file kconfigdata.h.
Must the entry be written back to disk?
Definition at line 46 of file kconfigdata.h.
Whether to apply dollar expansion or not.
Definition at line 62 of file kconfigdata.h.
Entry should be written to the global config file.
Definition at line 50 of file kconfigdata.h.
Entry can not be modified.
Definition at line 54 of file kconfigdata.h.
| QByteArray KEntry::mValue |
Definition at line 42 of file kconfigdata.h.
The documentation for this struct was generated from the following file:
KDE 4.6 API Reference