QxOrm  1.4.9
C++ Object Relational Mapping library
qx::model_view::detail::QxNestedModel_Ptr< T, M > Struct Template Reference

#include <QxNestedModel.h>

List of all members.

Static Public Member Functions

static qx::IxModelcreate (qx::IxModel *pParent, const QModelIndex &idxParent, T &t)
static void synchronize (qx::IxModel *pModel, T &t)

Static Private Member Functions

template<class U >
static qx::IxModelcreate_Helper (qx::IxModel *pParent, const QModelIndex &idxParent, U &u)
static qx::IxModelcreate_NullHelper (qx::IxModel *pParent, const QModelIndex &idxParent)

Detailed Description

template<class T, class M>
struct qx::model_view::detail::QxNestedModel_Ptr< T, M >

Definition at line 290 of file QxNestedModel.h.


Member Function Documentation

template<class T , class M >
static qx::IxModel* qx::model_view::detail::QxNestedModel_Ptr< T, M >::create ( qx::IxModel pParent,
const QModelIndex &  idxParent,
T &  t 
) [inline, static]

Definition at line 293 of file QxNestedModel.h.

template<class T , class M >
template<class U >
static qx::IxModel* qx::model_view::detail::QxNestedModel_Ptr< T, M >::create_Helper ( qx::IxModel pParent,
const QModelIndex &  idxParent,
U &  u 
) [inline, static, private]

Definition at line 302 of file QxNestedModel.h.

template<class T , class M >
static qx::IxModel* qx::model_view::detail::QxNestedModel_Ptr< T, M >::create_NullHelper ( qx::IxModel pParent,
const QModelIndex &  idxParent 
) [inline, static, private]

Definition at line 305 of file QxNestedModel.h.

template<class T , class M >
static void qx::model_view::detail::QxNestedModel_Ptr< T, M >::synchronize ( qx::IxModel pModel,
T &  t 
) [inline, static]

Definition at line 296 of file QxNestedModel.h.


The documentation for this struct was generated from the following file: