KDECore
KEntryKey Struct Reference
#include <kconfigdata.h>
Detailed Description
key structure holding both the actual key and the the group to which it belongs.Definition at line 69 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
Member Data Documentation
Definition at line 96 of file kconfigdata.h.
| QByteArray KEntryKey::mGroup |
| QByteArray KEntryKey::mKey |
The documentation for this struct was generated from the following file:
KDE 4.1 API Reference