KDECore
KEntryKey Struct Reference
key structure holding both the actual key and the group to which it belongs. More...
#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.
For internal use only.
Definition at line 84 of file kconfigdata.h.
Constructor & Destructor Documentation
KEntryKey::KEntryKey | ( | const QByteArray & | _group = QByteArray() , |
|
const QByteArray & | _key = QByteArray() , |
|||
bool | isLocalized = false , |
|||
bool | isDefault = false | |||
) | [inline] |
Member Data Documentation
bool KEntryKey::bDefault |
bool KEntryKey::bLocal |
bool KEntryKey::bRaw |
For internal use only.
Key is a raw unprocessed key.
- Warning:
- this should only be set during merging, never for normal use.
Definition at line 111 of file kconfigdata.h.
The documentation for this struct was generated from the following file: