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.
Definition at line 85 of file kconfigdata.h.
Constructor & Destructor Documentation
| KEntryKey::KEntryKey | ( | const QByteArray & | _group = QByteArray(), |
| const QByteArray & | _key = QByteArray(), |
||
| bool | isLocalized = false, |
||
| bool | isDefault = false |
||
| ) | [inline] |
Constructor.
Definition at line 88 of file kconfigdata.h.
Member Data Documentation
Entry indicates if this is a default value.
Definition at line 107 of file kconfigdata.h.
Entry is localised or not.
Definition at line 103 of file kconfigdata.h.
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:
KDE 4.6 API Reference