QxOrm  1.2.9
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 , 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 281 of file QxNestedModel.h.