QxOrm  1.2.8
C++ Object Relational Mapping library
qx::model_view::detail::QxNestedModel_Ptr< T > 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 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>
struct qx::model_view::detail::QxNestedModel_Ptr< T >

Definition at line 223 of file QxNestedModel.h.


Member Function Documentation

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

Definition at line 226 of file QxNestedModel.h.

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

Definition at line 232 of file QxNestedModel.h.

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

Definition at line 235 of file QxNestedModel.h.


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