QxOrm
1.5.0
C++ Object Relational Mapping library
|
qx::trait::qt_meta_object<T>::get() : if T is based on QObject class, then return QMetaObject instance of Qt introspection engine, else return NULL More...
#include <qt_meta_object.h>
Classes | |
struct | qtMetaObject |
struct | qtMetaObject< true, dummy > |
Public Types | |
enum | { is_valid = (std::is_base_of<QObject, T>::value) } |
Static Public Member Functions | |
static const QMetaObject * | get () |
qx::trait::qt_meta_object<T>::get() : if T is based on QObject class, then return QMetaObject instance of Qt introspection engine, else return NULL
Definition at line 57 of file qt_meta_object.h.
anonymous enum |
Definition at line 62 of file qt_meta_object.h.
static const QMetaObject* qx::trait::qt_meta_object< T >::get | ( | ) | [inline, static] |
Definition at line 64 of file qt_meta_object.h.