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>
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 | |
namespace | ConversionCheck |
Macros | |
#define | QVConversions(type, string_support, variant_support) |
Macro Definition Documentation
◆ QVConversions
#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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.