KDECore
#include <kconfigdata.h>
Public Member Functions | |
KEntryKey (const QByteArray &_group=QByteArray(), const QByteArray &_key=QByteArray(), bool isLocalized=false, bool isDefault=false) | |
Public Attributes | |
bool | bDefault:1 |
bool | bLocal:1 |
bool | bRaw:1 |
QByteArray | mGroup |
QByteArray | mKey |
Detailed Description
key structure holding both the actual key and the group to which it belongs.
Definition at line 85 of file kconfigdata.h.
Constructor & Destructor Documentation
|
inline |
Constructor.
Definition at line 88 of file kconfigdata.h.
Member Data Documentation
bool KEntryKey::bDefault |
Entry indicates if this is a default value.
Definition at line 107 of file kconfigdata.h.
bool KEntryKey::bLocal |
Entry is localised or not.
Definition at line 103 of file kconfigdata.h.
bool KEntryKey::bRaw |
Key is a raw unprocessed key.
- Warning
- this should only be set during merging, never for normal use.
Definition at line 112 of file kconfigdata.h.
QByteArray KEntryKey::mGroup |
The "group" to which this EntryKey belongs.
Definition at line 95 of file kconfigdata.h.
QByteArray KEntryKey::mKey |
The actual key of the entry in question.
Definition at line 99 of file kconfigdata.h.
The documentation for this struct was generated from the following file:
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 20:18:03 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.