QxOrm
1.5.0
C++ Object Relational Mapping library
|
Provide a Qt QJson serialization method (save/load) for type QPixmap. More...
#include <QtCore/qjsonvalue.h>
#include <QtCore/qjsonobject.h>
#include <QtCore/qjsonarray.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qbuffer.h>
#include <QtGui/qpixmap.h>
#include <QxConvert/QxConvert.h>
#include <QxConvert/QxConvert_Impl.h>
Go to the source code of this file.
Classes | |
struct | qx::cvt::detail::QxConvert_ToJson< QPixmap > |
struct | qx::cvt::detail::QxConvert_FromJson< QPixmap > |
Namespaces | |
namespace | qx |
Root namespace for all QxOrm library features. | |
namespace | qx::cvt |
Provide global functions to convert any kind of objects to/from QString and QVariant format. | |
namespace | qx::cvt::detail |
Internal helper tools for qx::cvt namespace. | |
Functions | |
QX_DLL_EXPORT QJsonValue | qx::cvt::detail::QxConvert_ToJson_Helper (const QPixmap &t, const QString &format) QX_USED |
QX_DLL_EXPORT qx_bool | qx::cvt::detail::QxConvert_FromJson_Helper (const QJsonValue &j, QPixmap &t, const QString &format) QX_USED |
Provide a Qt QJson serialization method (save/load) for type QPixmap.
Definition in file QxSerializeQJson_QPixmap.h.