Lines Matching refs:IsAvailable

147 …vate::QMetaTypeFunctionHelper<Type, QtMetaTypePrivate::TypeDefinition<Type>::IsAvailable>::Save), \
148 …rivate::QMetaTypeFunctionHelper<Type, QtMetaTypePrivate::TypeDefinition<Type>::IsAvailable>::Load),
169 …:QMetaTypeFunctionHelper<Type, QtMetaTypePrivate::TypeDefinition<Type>::IsAvailable>::Construct), \
170 …::QMetaTypeFunctionHelper<Type, QtMetaTypePrivate::TypeDefinition<Type>::IsAvailable>::Destruct), \
206 static const bool IsAvailable = true; member
211 template<> struct TypeDefinition<QBitArray> { static const bool IsAvailable = false; };
212 template<> struct TypeDefinition<QCborArray> { static const bool IsAvailable = false; };
213 template<> struct TypeDefinition<QCborMap> { static const bool IsAvailable = false; };
214 template<> struct TypeDefinition<QCborSimpleType> { static const bool IsAvailable = false; };
215 template<> struct TypeDefinition<QCborValue> { static const bool IsAvailable = false; };
217 template<> struct TypeDefinition<QEasingCurve> { static const bool IsAvailable = false; };
219 template<> struct TypeDefinition<QJsonArray> { static const bool IsAvailable = false; };
220 template<> struct TypeDefinition<QJsonDocument> { static const bool IsAvailable = false; };
221 template<> struct TypeDefinition<QJsonObject> { static const bool IsAvailable = false; };
222 template<> struct TypeDefinition<QJsonValue> { static const bool IsAvailable = false; };
223 template<> struct TypeDefinition<QUrl> { static const bool IsAvailable = false; };
224 template<> struct TypeDefinition<QByteArrayList> { static const bool IsAvailable = false; };
227 template<> struct TypeDefinition<QRect> { static const bool IsAvailable = false; };
228 template<> struct TypeDefinition<QRectF> { static const bool IsAvailable = false; };
229 template<> struct TypeDefinition<QSize> { static const bool IsAvailable = false; };
230 template<> struct TypeDefinition<QSizeF> { static const bool IsAvailable = false; };
231 template<> struct TypeDefinition<QLine> { static const bool IsAvailable = false; };
232 template<> struct TypeDefinition<QLineF> { static const bool IsAvailable = false; };
233 template<> struct TypeDefinition<QPoint> { static const bool IsAvailable = false; };
234 template<> struct TypeDefinition<QPointF> { static const bool IsAvailable = false; };
237 template<> struct TypeDefinition<QRegExp> { static const bool IsAvailable = false; };
240 template<> struct TypeDefinition<QRegularExpression> { static const bool IsAvailable = false; };
243 template<> struct TypeDefinition<QKeySequence> { static const bool IsAvailable = false; };
246 template<> struct TypeDefinition<QCursor> { static const bool IsAvailable = false; };
249 template<> struct TypeDefinition<QMatrix4x4> { static const bool IsAvailable = false; };
252 template<> struct TypeDefinition<QVector2D> { static const bool IsAvailable = false; };
255 template<> struct TypeDefinition<QVector3D> { static const bool IsAvailable = false; };
258 template<> struct TypeDefinition<QVector4D> { static const bool IsAvailable = false; };
261 template<> struct TypeDefinition<QQuaternion> { static const bool IsAvailable = false; };
264 template<> struct TypeDefinition<QIcon> { static const bool IsAvailable = false; };