QxOrm  1.4.9
C++ Object Relational Mapping library

Connect Qt introspection engine (based on QObject class, with QMetaObject type) to QxOrm library introspection engine. More...

#include <QtCore/qmetaobject.h>
#include <QtCore/qmetatype.h>
#include <QxDataMember/IxDataMember.h>
#include <QxSerialize/Qt/QxSerialize_QString.h>
#include <QxSerialize/Qt/QxSerialize_QVariant.h>

Go to the source code of this file.

Classes

class  qx::QxDataMember_QObject
 qx::QxDataMember_QObject : connect Qt introspection engine (based on QObject class, with QMetaObject type) to QxOrm library introspection engine More...

Namespaces

namespace  qx
 

Root namespace for all QxOrm library features.


Defines

#define QX_DATA_MEMBER_QOBJECT_IMPL_VIRTUAL_ARCHIVE_HPP(ArchiveInput, ArchiveOutput)

Detailed Description

Connect Qt introspection engine (based on QObject class, with QMetaObject type) to QxOrm library introspection engine.

Author:
Lionel Marty

Definition in file QxDataMember_QObject.h.


Define Documentation

#define QX_DATA_MEMBER_QOBJECT_IMPL_VIRTUAL_ARCHIVE_HPP (   ArchiveInput,
  ArchiveOutput 
)
Value:
virtual void toArchive(const void * pOwner, ArchiveOutput & ar) const; \
virtual void fromArchive(void * pOwner, ArchiveInput & ar);

Definition at line 54 of file QxDataMember_QObject.h.