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 89 of file kconfigdata.h.
Constructor & Destructor Documentation
|
inline |
Constructor.
Definition at line 92 of file kconfigdata.h.
Member Data Documentation
bool KEntryKey::bDefault |
Entry indicates if this is a default value.
Definition at line 111 of file kconfigdata.h.
bool KEntryKey::bLocal |
Entry is localised or not.
Definition at line 107 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 116 of file kconfigdata.h.
QByteArray KEntryKey::mGroup |
The "group" to which this EntryKey belongs.
Definition at line 99 of file kconfigdata.h.
QByteArray KEntryKey::mKey |
The actual key of the entry in question.
Definition at line 103 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.