QxOrm
1.5.0
C++ Object Relational Mapping library
|
#include <QxNestedModel.h>
Public Types | |
enum | { is_valid = qx::trait::is_qx_registered<T>::value } |
typedef qx::QxModel< T > ::type_collection | type_collection |
typedef qx::QxModel< T > ::type_primary_key | type_primary_key |
typedef qx::QxModel< T >::type_ptr | type_ptr |
Static Public Member Functions | |
static qx::IxModel * | create (qx::IxModel *pParent, const QModelIndex &idxParent, T &t) |
static void | synchronize (qx::IxModel *pModel, T &t) |
Definition at line 128 of file QxNestedModel.h.
typedef qx::QxModel<T>::type_collection qx::model_view::detail::QxNestedModel_Generic< T, M >::type_collection |
Definition at line 131 of file QxNestedModel.h.
typedef qx::QxModel<T>::type_primary_key qx::model_view::detail::QxNestedModel_Generic< T, M >::type_primary_key |
Definition at line 132 of file QxNestedModel.h.
typedef qx::QxModel<T>::type_ptr qx::model_view::detail::QxNestedModel_Generic< T, M >::type_ptr |
Definition at line 133 of file QxNestedModel.h.
anonymous enum |
Definition at line 135 of file QxNestedModel.h.
static qx::IxModel* qx::model_view::detail::QxNestedModel_Generic< T, M >::create | ( | qx::IxModel * | pParent, |
const QModelIndex & | idxParent, | ||
T & | t | ||
) | [inline, static] |
Definition at line 137 of file QxNestedModel.h.
static void qx::model_view::detail::QxNestedModel_Generic< T, M >::synchronize | ( | qx::IxModel * | pModel, |
T & | t | ||
) | [inline, static] |
Definition at line 159 of file QxNestedModel.h.