KDECore
kconfigdata.h File Reference
#include <QtCore/QByteArray>
#include <QtCore/QString>
#include <QtCore/QMap>
#include <QtCore/QDebug>
Go to the source code of this file.
Classes | |
struct | KEntry |
map/dict/list config node entry. More... | |
struct | KEntryKey |
key structure holding both the actual key and the group to which it belongs. More... | |
class | KEntryMap |
Functions | |
bool | operator!= (const KEntry &k1, const KEntry &k2) |
bool | operator< (const KEntryKey &k1, const KEntryKey &k2) |
bool | operator== (const KEntry &k1, const KEntry &k2) |
Function Documentation
Definition at line 75 of file kconfigdata.h.
Compares two KEntryKeys (needed for QMap).
The order is localized, localized-default, non-localized, non-localized-default
For internal use only.
Definition at line 120 of file kconfigdata.h.
Definition at line 68 of file kconfigdata.h.