![]() |
QxOrm
1.5.0
C++ Object Relational Mapping library
|
| addDirtyRow() | qx::QxModel< T, B > | [inline, protected] |
| cloneModelImpl() | qx::QxModel< T, B > | [inline, protected, virtual] |
| dumpModelImpl(bool bJsonFormat) const | qx::QxModel< T, B > | [inline, protected, virtual] |
| fromJson_Helper(const QString &json, int row) | qx::QxModel< T, B > | [inline, protected, virtual] |
| getRelationshipValues_Helper(int row, const QString &relation, bool bLoadFromDatabase, const QString &sAppendRelations) | qx::QxModel< T, B > | [inline, protected, virtual] |
| getRowItemAsVoidPtr(int row) const | qx::QxModel< T, B > | [inline, protected, virtual] |
| getRowItemAt(int row) const | qx::QxModel< T, B > | [inline, protected] |
| getShowEmptyLine() const | qx::QxModel< T, B > | [inline, virtual] |
| init() | qx::QxModel< T, B > | [inline, protected] |
| initFrom(qx::IxModel *pOther) | qx::QxModel< T, B > | [inline, protected] |
| insertDirtyRowToModel() | qx::QxModel< T, B > | [inline, protected, virtual] |
| insertItem(int row, const type_ptr &pItem) | qx::QxModel< T, B > | [inline, protected] |
| insertRows(int row, int count, const QModelIndex &parent=QModelIndex()) | qx::QxModel< T, B > | [inline, virtual] |
| isDirtyRow(int row) const | qx::QxModel< T, B > | [inline, protected, virtual] |
| m_model | qx::QxModel< T, B > | [protected] |
| m_pDirtyRow | qx::QxModel< T, B > | [protected] |
| qx::model_view::detail::QxNestedModel | qx::QxModel< T, B > | [friend] |
| qx::model_view::detail::QxNestedModel_Container | qx::QxModel< T, B > | [friend] |
| qx::model_view::detail::QxNestedModel_Generic | qx::QxModel< T, B > | [friend] |
| qx_is_valid enum value | qx::QxModel< T, B > | |
| qxCount(const qx::QxSqlQuery &query=qx::QxSqlQuery(), QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxCount(long &lCount, const qx::QxSqlQuery &query=qx::QxSqlQuery(), QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxDeleteAll(QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxDeleteById(const QVariant &id, QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxDeleteByQuery(const qx::QxSqlQuery &query, QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxDeleteRow(int row, QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxDestroyAll(QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxDestroyById(const QVariant &id, QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxDestroyByQuery(const qx::QxSqlQuery &query, QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxDestroyRow(int row, QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxExecuteQuery(qx::QxSqlQuery &query, QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxExist(const QVariant &id, QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxFetchAll(const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxFetchById(const QVariant &id, const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxFetchByQuery(const qx::QxSqlQuery &query, const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxFetchRow(int row, const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxInsert(const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL, bool bUseExecBatch=false) | qx::QxModel< T, B > | [inline, virtual] |
| qxInsertRow(int row, const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| QxModel(QObject *parent=0) | qx::QxModel< T, B > | [inline] |
| QxModel(qx::IxModel *other, QObject *parent) | qx::QxModel< T, B > | [inline] |
| qxSave(const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxSaveRow(int row, const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxSaveRowData(int row, const QStringList &column=QStringList(), QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxUpdate(const qx::QxSqlQuery &query=qx::QxSqlQuery(), const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL, bool bUseExecBatch=false) | qx::QxModel< T, B > | [inline, virtual] |
| qxUpdateRow(int row, const qx::QxSqlQuery &query=qx::QxSqlQuery(), const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL) | qx::QxModel< T, B > | [inline, virtual] |
| qxValidate(const QStringList &groups=QStringList()) | qx::QxModel< T, B > | [inline, virtual] |
| qxValidateRow(int row, const QStringList &groups=QStringList()) | qx::QxModel< T, B > | [inline, virtual] |
| setRelationshipValues_Helper(int row, const QString &relation, const QVariant &values) | qx::QxModel< T, B > | [inline, protected, virtual] |
| setShowEmptyLine(bool b) | qx::QxModel< T, B > | [inline, virtual] |
| sort(int column, Qt::SortOrder order=Qt::AscendingOrder) | qx::QxModel< T, B > | [inline, virtual] |
| toJson_Helper(int row) const | qx::QxModel< T, B > | [inline, protected, virtual] |
| type_base_class typedef | qx::QxModel< T, B > | |
| type_collection typedef | qx::QxModel< T, B > | |
| type_primary_key typedef | qx::QxModel< T, B > | |
| type_ptr typedef | qx::QxModel< T, B > | |
| updateAllKeys() | qx::QxModel< T, B > | [inline, protected] |
| updateKey(int row) | qx::QxModel< T, B > | [inline, protected] |
| updateShowEmptyLine() | qx::QxModel< T, B > | [inline, protected, virtual] |
| ~QxModel() | qx::QxModel< T, B > | [inline, virtual] |