Namespaces |
namespace | detail |
Classes |
struct | QxModelRowCompare |
| qx::QxModelRowCompare : functor used to provide sort feature for all models based on qx::IxModel interface (please note that you can also use QSortFilterProxyModel Qt class to sort your model) More...
|
Functions |
QX_DLL_EXPORT bool | compareQVariant (const QVariant &v1, const QVariant &v2, bool bAscending) QX_USED |
template<class T > |
qx::IxModel * | create_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 M > |
qx::IxModel * | create_nested_model_with_type (qx::IxModel *pParent, const QModelIndex &idxParent, T &t, M *pModelType) |
template<class T > |
void | sync_nested_model (qx::IxModel *pModel, T &t) |