KDECore
#include <kconfigdata.h>
Public Member Functions | |
KEntry () | |
Public Attributes | |
bool | bDeleted:1 |
bool | bDirty:1 |
bool | bExpand:1 |
bool | bGlobal:1 |
bool | bImmutable:1 |
bool | bReverted: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
|
inline |
Constructor.
Definition at line 38 of file kconfigdata.h.
Friends And Related Function Documentation
|
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 235 of file kconfigdata.h.
|
related |
type for iterating over keys in a KEntryMap in sorted order.
Definition at line 226 of file kconfigdata.h.
Member Data Documentation
bool KEntry::bDeleted |
Entry has been deleted.
Definition at line 58 of file kconfigdata.h.
bool KEntry::bDirty |
Must the entry be written back to disk?
Definition at line 46 of file kconfigdata.h.
bool KEntry::bExpand |
Whether to apply dollar expansion or not.
Definition at line 62 of file kconfigdata.h.
bool KEntry::bGlobal |
Entry should be written to the global config file.
Definition at line 50 of file kconfigdata.h.
bool KEntry::bImmutable |
Entry can not be modified.
Definition at line 54 of file kconfigdata.h.
bool KEntry::bReverted |
Entry has been reverted to its default value (from a more global file).
Definition at line 66 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:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.