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 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] |
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.
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 112 of file kconfigdata.h.
The "group" to which this EntryKey belongs.
Definition at line 95 of file kconfigdata.h.
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.4 API Reference