KDECore
conversion_check.h File Reference
#include <QtCore/QString>
#include <QtGui/QColor>
#include <QtGui/QFont>
#include <QtCore/QDate>
#include <QtCore/QPoint>
#include <QtCore/QSize>
#include <QtCore/QRect>
#include <kurl.h>
#include <QtCore/QVariant>
Include dependency graph for conversion_check.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | ConversionCheck::QVconvertible< T > |
struct | ConversionCheck::supported |
struct | ConversionCheck::type_toQString< T > |
struct | ConversionCheck::type_toQVariant< T > |
struct | ConversionCheck::unsupported |
Namespaces | |
ConversionCheck | |
Macros | |
#define | QVConversions(type, string_support, variant_support) |
Macro Definition Documentation
#define QVConversions | ( | type, | |
string_support, | |||
variant_support | |||
) |
Value:
template <> struct QVconvertible<type> {\
typedef string_support toQString;\
typedef variant_support toQVariant;\
}
Definition at line 86 of file conversion_check.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.