KDECore
#include <QtCore/QByteArray>
#include <QtCore/QString>
#include <QtCore/QMap>
#include <QtCore/QDebug>
Include dependency graph for kconfigdata.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | KEntry |
struct | KEntryKey |
class | KEntryMap |
Functions | |
bool | operator!= (const KEntry &k1, const KEntry &k2) |
bool | operator< (const KEntryKey &k1, const KEntryKey &k2) |
QDebug | operator<< (QDebug dbg, const KEntryKey &key) |
QDebug | operator<< (QDebug dbg, const KEntry &entry) |
bool | operator== (const KEntry &k1, const KEntry &k2) |
Function Documentation
Definition at line 79 of file kconfigdata.h.
Compares two KEntryKeys (needed for QMap).
The order is localized, localized-default, non-localized, non-localized-default
Definition at line 124 of file kconfigdata.h.
QDebug operator<< | ( | QDebug | dbg, |
const KEntryKey & | key | ||
) |
Definition at line 25 of file kconfigdata.cpp.
QDebug operator<< | ( | QDebug | dbg, |
const KEntry & | entry | ||
) |
Definition at line 32 of file kconfigdata.cpp.
Definition at line 72 of file kconfigdata.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.