QxOrm  1.4.3
C++ Object Relational Mapping library
qx::model_view Namespace Reference

Namespaces

namespace  detail

Functions

template<class T >
qx::IxModelcreate_nested_model (qx::IxModel *pParent, const QModelIndex &idxParent, T &t)
 qx::model_view::create_nested_model is used by QxEntityEditor to manage complex data structure to work with relationships in QML views and Qt model/view architecture
template<class T >
void sync_nested_model (qx::IxModel *pModel, T &t)
template<class T , class U >
qx::IxModelcreate_nested_model_with_type (qx::IxModel *pParent, const QModelIndex &idxParent, T &t, U *dummy)

Function Documentation

template<class T , class U >
qx::IxModel* qx::model_view::create_nested_model_with_type ( qx::IxModel pParent,
const QModelIndex &  idxParent,
T &  t,
U *  dummy 
)

Definition at line 349 of file QxNestedModel.h.

template<class T >
void qx::model_view::sync_nested_model ( qx::IxModel pModel,
T &  t 
)

Definition at line 361 of file QxNestedModel.h.