![]() |
QxOrm
1.2.8
C++ Object Relational Mapping library
|
#include <QxNestedModel.h>
Classes | |
struct | insertItem_Helper |
struct | insertItem_Helper< const QPair< U1, U2 >, false > |
struct | insertItem_Helper< const std::pair< U1, U2 >, false > |
struct | insertItem_Helper< QPair< U1, U2 >, false > |
struct | insertItem_Helper< std::pair< U1, U2 >, false > |
struct | insertItem_Helper< U, false > |
Public Types | |
enum | { is_valid = qx::trait::is_qx_registered<type_data>::value } |
typedef qx::trait::generic_container < T > | type_generic_container |
typedef type_generic_container::type_value_qx | type_data |
Static Public Member Functions | |
static qx::IxModel * | create (qx::IxModel *pParent, const QModelIndex &idxParent, T &t) |
template<typename U > | |
static bool | insert (qx::IxModel *pModel, U &item, int iRow) |
Static Private Member Functions | |
template<typename U > | |
static bool | insertItem (qx::IxModel *pModel, U &item, int iRow) |
Definition at line 121 of file QxNestedModel.h.
typedef type_generic_container::type_value_qx qx::model_view::detail::QxNestedModel_Container< T >::type_data |
Definition at line 125 of file QxNestedModel.h.
typedef qx::trait::generic_container<T> qx::model_view::detail::QxNestedModel_Container< T >::type_generic_container |
Definition at line 124 of file QxNestedModel.h.
anonymous enum |
Definition at line 127 of file QxNestedModel.h.
static qx::IxModel* qx::model_view::detail::QxNestedModel_Container< T >::create | ( | qx::IxModel * | pParent, |
const QModelIndex & | idxParent, | ||
T & | t | ||
) | [inline, static] |
Definition at line 129 of file QxNestedModel.h.
static bool qx::model_view::detail::QxNestedModel_Container< T >::insert | ( | qx::IxModel * | pModel, |
U & | item, | ||
int | iRow | ||
) | [inline, static] |
Definition at line 146 of file QxNestedModel.h.
static bool qx::model_view::detail::QxNestedModel_Container< T >::insertItem | ( | qx::IxModel * | pModel, |
U & | item, | ||
int | iRow | ||
) | [inline, static, private] |
Definition at line 174 of file QxNestedModel.h.