![]() |
QxOrm
1.2.3
C++ Object Relational Mapping library
|
00001 /**************************************************************************** 00002 ** 00003 ** http://www.qxorm.com/ 00004 ** http://sourceforge.net/projects/qxorm/ 00005 ** Original file by Lionel Marty 00006 ** 00007 ** This file is part of the QxOrm library 00008 ** 00009 ** This software is provided 'as-is', without any express or implied 00010 ** warranty. In no event will the authors be held liable for any 00011 ** damages arising from the use of this software. 00012 ** 00013 ** GNU Lesser General Public License Usage 00014 ** This file must be used under the terms of the GNU Lesser 00015 ** General Public License version 2.1 as published by the Free Software 00016 ** Foundation and appearing in the file 'license.lgpl.txt' included in the 00017 ** packaging of this file. Please review the following information to 00018 ** ensure the GNU Lesser General Public License version 2.1 requirements 00019 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 00020 ** 00021 ** If you have questions regarding the use of this file, please contact : 00022 ** contact@qxorm.com 00023 ** 00024 ****************************************************************************/ 00025 00026 #ifndef _QX_STRING_CVT_EXPORT_H_ 00027 #define _QX_STRING_CVT_EXPORT_H_ 00028 #if _QX_USE_QX_STRING_CVT_EXPORT 00029 00030 #ifdef _MSC_VER 00031 #pragma once 00032 #endif 00033 00034 #include <QxCommon/QxStringCvt.h> 00035 #include <QxCommon/QxStringCvt_Impl.h> 00036 00037 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, qx::trait::no_type) 00038 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QString) 00039 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QDate) 00040 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QTime) 00041 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QDateTime) 00042 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QByteArray) 00043 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QVariant) 00044 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, qx_bool) 00045 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, bool) 00046 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, char) 00047 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, short) 00048 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, int) 00049 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, long) 00050 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, long long) 00051 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, float) 00052 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, double) 00053 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, unsigned short) 00054 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, unsigned int) 00055 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, unsigned long) 00056 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, unsigned long long) 00057 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, std::string) 00058 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, std::wstring) 00059 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QBrush) 00060 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QColor) 00061 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QFont) 00062 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QMatrix) 00063 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QObject) 00064 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QPoint) 00065 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QRect) 00066 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QRegExp) 00067 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QRegion) 00068 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QSize) 00069 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QStringList) 00070 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QUrl) 00071 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QImage) 00072 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QPicture) 00073 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QPixmap) 00074 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, QUuid) 00075 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, qx::QxDateNeutral) 00076 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, qx::QxTimeNeutral) 00077 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToString, qx::QxDateTimeNeutral) 00078 00079 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, qx::trait::no_type) 00080 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QString) 00081 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QDate) 00082 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QTime) 00083 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QDateTime) 00084 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QByteArray) 00085 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QVariant) 00086 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, qx_bool) 00087 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, bool) 00088 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, char) 00089 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, short) 00090 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, int) 00091 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, long) 00092 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, long long) 00093 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, float) 00094 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, double) 00095 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, unsigned short) 00096 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, unsigned int) 00097 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, unsigned long) 00098 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, unsigned long long) 00099 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, std::string) 00100 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, std::wstring) 00101 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QBrush) 00102 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QColor) 00103 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QFont) 00104 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QMatrix) 00105 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QObject) 00106 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QPoint) 00107 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QRect) 00108 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QRegExp) 00109 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QRegion) 00110 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QSize) 00111 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QStringList) 00112 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QUrl) 00113 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QImage) 00114 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QPicture) 00115 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QPixmap) 00116 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, QUuid) 00117 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, qx::QxDateNeutral) 00118 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, qx::QxTimeNeutral) 00119 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromString, qx::QxDateTimeNeutral) 00120 00121 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, qx::trait::no_type) 00122 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QString) 00123 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QDate) 00124 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QTime) 00125 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QDateTime) 00126 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QByteArray) 00127 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QVariant) 00128 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, qx_bool) 00129 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, bool) 00130 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, char) 00131 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, short) 00132 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, int) 00133 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, long) 00134 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, long long) 00135 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, float) 00136 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, double) 00137 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, unsigned short) 00138 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, unsigned int) 00139 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, unsigned long) 00140 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, unsigned long long) 00141 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, std::string) 00142 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, std::wstring) 00143 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QBrush) 00144 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QColor) 00145 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QFont) 00146 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QMatrix) 00147 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QObject) 00148 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QPoint) 00149 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QRect) 00150 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QRegExp) 00151 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QRegion) 00152 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QSize) 00153 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QStringList) 00154 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QUrl) 00155 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QImage) 00156 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QPicture) 00157 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QPixmap) 00158 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, QUuid) 00159 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, qx::QxDateNeutral) 00160 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, qx::QxTimeNeutral) 00161 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_ToVariant, qx::QxDateTimeNeutral) 00162 00163 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, qx::trait::no_type) 00164 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QString) 00165 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QDate) 00166 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QTime) 00167 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QDateTime) 00168 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QByteArray) 00169 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QVariant) 00170 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, qx_bool) 00171 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, bool) 00172 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, char) 00173 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, short) 00174 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, int) 00175 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, long) 00176 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, long long) 00177 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, float) 00178 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, double) 00179 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, unsigned short) 00180 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, unsigned int) 00181 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, unsigned long) 00182 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, unsigned long long) 00183 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, std::string) 00184 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, std::wstring) 00185 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QBrush) 00186 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QColor) 00187 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QFont) 00188 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QMatrix) 00189 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QObject) 00190 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QPoint) 00191 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QRect) 00192 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QRegExp) 00193 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QRegion) 00194 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QSize) 00195 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QStringList) 00196 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QUrl) 00197 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QImage) 00198 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QPicture) 00199 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QPixmap) 00200 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, QUuid) 00201 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, qx::QxDateNeutral) 00202 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, qx::QxTimeNeutral) 00203 QX_DLL_EXPORT_TEMPLATE_T_P1_HPP(struct, qx::cvt::detail::QxStringCvt_FromVariant, qx::QxDateTimeNeutral) 00204 00205 #endif // _QX_USE_QX_STRING_CVT_EXPORT 00206 #endif // _QX_STRING_CVT_EXPORT_H_