kdecore Library API Documentation

KEntryKey Struct Reference

key structure holding both the actual key and the the group to which it belongs. More...

#include <kconfigdata.h>

List of all members.

Public Member Functions

 KEntryKey (const QCString &_group=0, const QCString &_key=0)

Public Attributes

QCString mGroup
QCString mKey
bool bLocal:1
bool bDefault:1
const char * c_key


Detailed Description

key structure holding both the actual key and the the group to which it belongs.

Definition at line 68 of file kconfigdata.h.


Member Data Documentation

QCString KEntryKey::mGroup
 

The "group" to which this EntryKey belongs.

Definition at line 77 of file kconfigdata.h.

Referenced by KConfig::putData().

QCString KEntryKey::mKey
 

The _actual_ key of the entry in question.

Definition at line 81 of file kconfigdata.h.

bool KEntryKey::bLocal
 

Entry is localised or not.

Definition at line 85 of file kconfigdata.h.

Referenced by KConfigBase::entryIsImmutable(), KConfigBase::hasDefault(), KConfigINIBackEnd::parseSingleConfigFile(), KConfigBase::readEntry(), KConfigBase::revertToDefault(), and KConfigBase::writeEntry().

bool KEntryKey::bDefault
 

Entry indicates if this is a default value.

Definition at line 89 of file kconfigdata.h.

Referenced by KConfigBase::hasDefault(), KConfigINIBackEnd::parseSingleConfigFile(), KConfig::putData(), KConfigBase::readEntry(), and KConfigBase::revertToDefault().


The documentation for this struct was generated from the following file:
KDE Logo
This file is part of the documentation for kdecore Library Version 3.2.3.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Aug 20 09:48:30 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003