KDECore
KEntryKey Struct Reference
#include <kconfigdata.h>
Detailed Description
key structure holding both the actual key and the the group to which it belongs.
For internal use only.
Definition at line 84 of file 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 |
Constructor & Destructor Documentation
| KEntryKey::KEntryKey | ( | const QByteArray & | _group = QByteArray(), |
|
| const QByteArray & | _key = QByteArray(), |
|||
| bool | isLocalized = false, |
|||
| bool | isDefault = false | |||
| ) | [inline] |
Member Data Documentation
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:
KDE 4.2 API Reference