32#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
34#ifdef _QX_ENABLE_QT_GUI
35#ifndef _QX_SERIALIZE_QJSON_QMATRIX_H_
36#define _QX_SERIALIZE_QJSON_QMATRIX_H_
49#include <QtCore/qjsonvalue.h>
50#include <QtCore/qjsonobject.h>
51#include <QtCore/qjsonarray.h>
53#include <QtGui/qmatrix.h>
66struct QxConvert_ToJson< QMatrix >
68 static inline QJsonValue
toJson(
const QMatrix & t,
const QString & format)
73struct QxConvert_FromJson< QMatrix >
75 static inline qx_bool fromJson(
const QJsonValue & j, QMatrix & t,
const QString & format)
qx::cvt : namespace to provide global functions to convert any kind of objects to/from QString and QV...
qx_bool : boolean type with code and description message when an error occured
QX_DLL_EXPORT QJsonValue QxConvert_ToJson_Helper(const qx::dao::detail::IxSqlElement &t, const QString &format) QX_USED
QX_DLL_EXPORT qx_bool QxConvert_FromJson_Helper(const QJsonValue &j, qx::dao::detail::IxSqlElement &t, const QString &format) QX_USED
Root namespace for all QxOrm library features.
static qx_bool fromJson(const QJsonValue &j, T &t, const QString &format)
static QJsonValue toJson(const T &t, const QString &format)