QxOrm  1.4.9
C++ Object Relational Mapping library
qx::QxModelService< T, S, B > Member List
This is the complete list of members for qx::QxModelService< T, S, B >, including all inherited members.
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::QxModelService< T, S, 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_modelqx::QxModel< T, B > [protected]
m_pDirtyRowqx::QxModel< T, B > [protected]
qx::model_view::detail::QxNestedModelqx::QxModel< T, B > [friend]
qx::model_view::detail::QxNestedModel_Containerqx::QxModel< T, B > [friend]
qx::model_view::detail::QxNestedModel_Genericqx::QxModel< T, B > [friend]
qx_is_valid enum valueqx::QxModel< T, B >
qxCount(const qx::QxSqlQuery &query=qx::QxSqlQuery(), QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, B > [inline, virtual]
qxCount(long &lCount, const qx::QxSqlQuery &query=qx::QxSqlQuery(), QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, B > [inline, virtual]
qxDeleteAll(QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, B > [inline, virtual]
qxDeleteById(const QVariant &id, QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, B > [inline, virtual]
qxDeleteByQuery(const qx::QxSqlQuery &query, QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, B > [inline, virtual]
qxDeleteRow(int row, QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, B > [inline, virtual]
qxDestroyAll(QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, B > [inline, virtual]
qxDestroyById(const QVariant &id, QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, B > [inline, virtual]
qxDestroyByQuery(const qx::QxSqlQuery &query, QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, B > [inline, virtual]
qxDestroyRow(int row, QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, B > [inline, virtual]
qxExecuteQuery(qx::QxSqlQuery &query, QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, B > [inline, virtual]
qxExist(const QVariant &id, QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, B > [inline, virtual]
qxFetchAll(const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, B > [inline, virtual]
qxFetchById(const QVariant &id, const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, B > [inline, virtual]
qxFetchByQuery(const qx::QxSqlQuery &query, const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, B > [inline, virtual]
qxFetchRow(int row, const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, B > [inline, virtual]
qxInsert(const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL, bool bUseExecBatch=false)qx::QxModelService< T, S, B > [inline, virtual]
qxInsertRow(int row, const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, B > [inline, virtual]
QxModel(QObject *parent=0)qx::QxModel< T, B > [inline]
QxModel(qx::IxModel *other, QObject *parent)qx::QxModel< T, B > [inline]
QxModelService(QObject *parent=0)qx::QxModelService< T, S, B > [inline]
QxModelService(qx::IxModel *other, QObject *parent)qx::QxModelService< T, S, B > [inline]
qxSave(const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, B > [inline, virtual]
qxSaveRow(int row, const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, 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::QxModelService< T, S, B > [inline, virtual]
qxUpdateRow(int row, const qx::QxSqlQuery &query=qx::QxSqlQuery(), const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL)qx::QxModelService< T, S, B > [inline, virtual]
qxValidate(const QStringList &groups=QStringList())qx::QxModelService< T, S, B > [inline, virtual]
qxValidateRow(int row, const QStringList &groups=QStringList())qx::QxModelService< T, S, 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 typedefqx::QxModelService< T, S, B >
type_collection typedefqx::QxModelService< T, S, B >
type_collection_ptr typedefqx::QxModelService< T, S, B >
type_primary_key typedefqx::QxModelService< T, S, B >
type_ptr typedefqx::QxModelService< T, S, 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]
~QxModelService()qx::QxModelService< T, S, B > [inline, virtual]