KDECore
kconfigdata.h
Go to the documentation of this file.
156 SearchDefaults=1,
157 SearchLocalized=2
162 EntryDirty=1,
163 EntryGlobal=2,
164 EntryImmutable=4,
165 EntryDeleted=8,
166 EntryExpansion=16,
167 EntryRawKey=32,
168 EntryDefault=(SearchDefaults<<16),
169 EntryLocalized=(SearchLocalized<<16)
216 bool revertEntry(const QByteArray& group, const QByteArray& key, SearchFlags flags=SearchFlags());
QMap< KEntryKey, KEntry >::Iterator KEntryMapIterator
Definition: kconfigdata.h:226
Definition: kconfigdata.h:152
bool bReverted
Entry has been reverted to its default value (from a more global file).
Definition: kconfigdata.h:66
Definition: kmacroexpander_unix.cpp:34
bool operator<(const KEntryKey &k1, const KEntryKey &k2)
Compares two KEntryKeys (needed for QMap).
Definition: kconfigdata.h:124
void setEntry(const QByteArray &group, const QByteArray &key, const QString &value, EntryOptions options)
Definition: kconfigdata.h:188
key structure holding both the actual key and the group to which it belongs.
Definition: kconfigdata.h:89
void setEntryOption(const QByteArray &group, const QByteArray &key, SearchFlags flags, EntryOption option, bool bf)
Definition: kconfigdata.h:210
QMap< KEntryKey, KEntry >::ConstIterator KEntryMapConstIterator
Definition: kconfigdata.h:235
KEntryKey(const QByteArray &_group=QByteArray(), const QByteArray &_key=QByteArray(), bool isLocalized=false, bool isDefault=false)
Constructor.
Definition: kconfigdata.h:92
bool getEntryOption(const QByteArray &group, const QByteArray &key, SearchFlags flags, EntryOption option) const
Definition: kconfigdata.h:203
This file is part of the KDE documentation.
Documentation copyright © 1996-2018 The KDE developers.
Generated on Fri Oct 19 2018 17:11:17 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2018 The KDE developers.
Generated on Fri Oct 19 2018 17:11:17 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.