appendChild(XSqlTableNode *child) | XSqlTableModel | inline |
appendChild(const QString &tableName, ParameterList &relations) | XSqlTableModel | |
applyColumnRole(int column, int role, QVariant value) | XSqlTableModel | |
applyColumnRoles() | XSqlTableModel | |
applyColumnRoles(int row) | XSqlTableModel | |
beforeDelete(int row) | QSqlTableModel | |
beforeInsert(QSqlRecord &record) | QSqlTableModel | |
beforeUpdate(int row, QSqlRecord &record) | QSqlTableModel | |
beginInsertColumns(const QModelIndex &parent, int first, int last) | QAbstractItemModel | protected |
beginInsertRows(const QModelIndex &parent, int first, int last) | QAbstractItemModel | protected |
beginMoveColumns(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationChild) | QAbstractItemModel | protected |
beginMoveRows(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationChild) | QAbstractItemModel | protected |
beginRemoveColumns(const QModelIndex &parent, int first, int last) | QAbstractItemModel | protected |
beginRemoveRows(const QModelIndex &parent, int first, int last) | QAbstractItemModel | protected |
beginResetModel() | QAbstractItemModel | protected |
blockSignals(bool block) | QObject | |
buddy(const QModelIndex &index) const | QAbstractItemModel | virtual |
buildFilter(ParameterList ¶ms) | XSqlTableModel | |
buildParams(XSqlTableModel *parent, int row, ParameterList relations) | XSqlTableModel | |
canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const | QAbstractItemModel | virtual |
canFetchMore(const QModelIndex &parent) const | QSqlQueryModel | virtual |
changePersistentIndex(const QModelIndex &from, const QModelIndex &to) | QAbstractItemModel | protected |
changePersistentIndexList(const QModelIndexList &from, const QModelIndexList &to) | QAbstractItemModel | protected |
child(int index) | XSqlTableModel | inline |
child(const QString &tableName) | XSqlTableModel | |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() | XSqlTableModel | inline |
QSqlRelationalTableModel::children() const | QObject | |
clear() | XSqlTableModel | virtual |
clearChildren() | XSqlTableModel | |
columnCount(const QModelIndex &index) const | QSqlQueryModel | virtual |
columnsAboutToBeInserted(const QModelIndex &parent, int first, int last) | QAbstractItemModel | |
columnsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn) | QAbstractItemModel | |
columnsAboutToBeRemoved(const QModelIndex &parent, int first, int last) | QAbstractItemModel | |
columnsInserted(const QModelIndex &parent, int first, int last) | QAbstractItemModel | |
columnsMoved(const QModelIndex &parent, int start, int end, const QModelIndex &destination, int column) | QAbstractItemModel | |
columnsRemoved(const QModelIndex &parent, int first, int last) | QAbstractItemModel | |
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const | QObject | |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, Functor functor) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) | QObject | static |
connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
Cost enum value | XSqlTableModel | |
createIndex(int row, int column, void *ptr) const | QAbstractItemModel | protected |
createIndex(int row, int column, quintptr id) const | QAbstractItemModel | protected |
Curr enum value | XSqlTableModel | |
customEvent(QEvent *event) | QObject | protectedvirtual |
data(const QModelIndex &index, int role=Qt::DisplayRole) const | XSqlTableModel | virtual |
database() const | QSqlTableModel | |
dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector< int > &roles) | QAbstractItemModel | |
deleteLater() | QObject | |
deleteRowFromTable(int row) | QSqlTableModel | protectedvirtual |
destroyed(QObject *obj) | QObject | |
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
disconnect(const char *signal, const QObject *receiver, const char *method) const | QObject | |
disconnect(const QObject *receiver, const char *method) const | QObject | |
disconnect(const QMetaObject::Connection &connection) | QObject | static |
disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) | QObject | static |
disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) | QAbstractTableModel | virtual |
dumpObjectInfo() | QObject | |
dumpObjectTree() | QObject | |
dynamicPropertyNames() const | QObject | |
EditorRole enum value | XSqlTableModel | |
editStrategy() const | QSqlTableModel | |
endInsertColumns() | QAbstractItemModel | protected |
endInsertRows() | QAbstractItemModel | protected |
endMoveColumns() | QAbstractItemModel | protected |
endMoveRows() | QAbstractItemModel | protected |
endRemoveColumns() | QAbstractItemModel | protected |
endRemoveRows() | QAbstractItemModel | protected |
endResetModel() | QAbstractItemModel | protected |
event(QEvent *e) | QObject | virtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
ExtPrice enum value | XSqlTableModel | |
fetchMore(const QModelIndex &parent) | QSqlQueryModel | virtual |
fieldIndex(const QString &fieldName) const | QSqlTableModel | |
filter() const | QSqlTableModel | |
findChild(const QString &name, Qt::FindChildOptions options) const | QObject | |
findChildren(const QString &name, Qt::FindChildOptions options) const | QObject | |
findChildren(const QRegExp ®Exp, Qt::FindChildOptions options) const | QObject | |
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const | QObject | |
flags(const QModelIndex &index) const | QSqlTableModel | virtual |
FormatFlags enum name | XSqlTableModel | |
FormatRole enum value | XSqlTableModel | |
formatValue(const QVariant &dataValue, const QVariant &formatValue) const | XSqlTableModel | |
hasChildren(const QModelIndex &parent) const | QAbstractItemModel | virtual |
hasIndex(int row, int column, const QModelIndex &parent) const | QAbstractItemModel | |
headerData(int section, Qt::Orientation orientation, int role) const | QSqlTableModel | virtual |
headerDataChanged(Qt::Orientation orientation, int first, int last) | QAbstractItemModel | |
index(int row, int column, const QModelIndex &parent) const | QAbstractTableModel | virtual |
indexInQuery(const QModelIndex &item) const | QSqlTableModel | protectedvirtual |
inherits(const char *className) const | QObject | |
insertColumn(int column, const QModelIndex &parent) | QAbstractItemModel | |
insertColumns(int column, int count, const QModelIndex &parent) | QSqlQueryModel | virtual |
insertRecord(int row, const QSqlRecord &record) | QSqlTableModel | |
insertRow(int row, const QModelIndex &parent) | QAbstractItemModel | |
insertRowIntoTable(const QSqlRecord &values) | QSqlRelationalTableModel | protectedvirtual |
insertRows(int row, int count, const QModelIndex &parent) | QSqlTableModel | virtual |
installEventFilter(QObject *filterObj) | QObject | |
isDirty() const | QSqlTableModel | |
isDirty(const QModelIndex &index) const | QSqlTableModel | |
isSignalConnected(const QMetaMethod &signal) const | QObject | protected |
isWidgetType() const | QObject | |
isWindowType() const | QObject | |
itemData(const QModelIndex &index) const | QAbstractItemModel | virtual |
itemDataRole enum name | XSqlTableModel | |
killTimer(int id) | QObject | |
lastError() const | QSqlQueryModel | |
layoutAboutToBeChanged(const QList< QPersistentModelIndex > &parents, QAbstractItemModel::LayoutChangeHint hint) | QAbstractItemModel | |
layoutChanged(const QList< QPersistentModelIndex > &parents, QAbstractItemModel::LayoutChangeHint hint) | QAbstractItemModel | |
load(int row) | XSqlTableModel | |
loadAll() | XSqlTableModel | |
match(const QModelIndex &start, int role, const QVariant &value, int hits, Qt::MatchFlags flags) const | QAbstractItemModel | virtual |
MenuRole enum value | XSqlTableModel | |
metaObject() const | QObject | virtual |
mimeData(const QModelIndexList &indexes) const | QAbstractItemModel | virtual |
mimeTypes() const | QAbstractItemModel | virtual |
modelAboutToBeReset() | QAbstractItemModel | |
modelReset() | QAbstractItemModel | |
Money enum value | XSqlTableModel | |
moveColumn(const QModelIndex &sourceParent, int sourceColumn, const QModelIndex &destinationParent, int destinationChild) | QAbstractItemModel | |
moveColumns(const QModelIndex &sourceParent, int sourceColumn, int count, const QModelIndex &destinationParent, int destinationChild) | QAbstractItemModel | virtual |
moveRow(const QModelIndex &sourceParent, int sourceRow, const QModelIndex &destinationParent, int destinationChild) | QAbstractItemModel | |
moveRows(const QModelIndex &sourceParent, int sourceRow, int count, const QModelIndex &destinationParent, int destinationChild) | QAbstractItemModel | virtual |
moveToThread(QThread *targetThread) | QObject | |
nodeCount() const | XSqlTableModel | inline |
objectName | QObject | |
objectName() const | QObject | |
objectNameChanged(const QString &objectName) | QObject | |
orderByClause() const | QSqlRelationalTableModel | protectedvirtual |
parameters() | XSqlTableModel | inline |
parent(const QModelIndex &index) const =0 | QAbstractItemModel | |
QObject::parent() const | QObject | |
Percent enum value | XSqlTableModel | |
persistentIndexList() const | QAbstractItemModel | protected |
primaryKey() const | QSqlTableModel | |
primaryValues(int row) const | QSqlTableModel | protected |
primeInsert(int row, QSqlRecord &record) | QSqlTableModel | |
property(const char *name) const | QObject | |
PurchPrice enum value | XSqlTableModel | |
QAbstractItemModel(QObject *parent) | QAbstractItemModel | |
QAbstractTableModel(QObject *parent) | QAbstractTableModel | |
QObject(QObject *parent) | QObject | |
QSqlQueryModel(QObject *parent) | QSqlQueryModel | |
QSqlRelationalTableModel(QObject *parent, QSqlDatabase db) | QSqlRelationalTableModel | |
QSqlTableModel(QObject *parent, QSqlDatabase db) | QSqlTableModel | |
Qty enum value | XSqlTableModel | |
QtyPer enum value | XSqlTableModel | |
query() const | QSqlQueryModel | |
queryChange() | QSqlQueryModel | protectedvirtual |
receivers(const char *signal) const | QObject | protected |
record() const | QSqlTableModel | |
record(int row) const | QSqlTableModel | |
relation(int column) const | QSqlRelationalTableModel | |
relationModel(int column) const | QSqlRelationalTableModel | virtual |
removeChild(int index) | XSqlTableModel | inline |
removeColumn(int column, const QModelIndex &parent) | QAbstractItemModel | |
removeColumns(int column, int count, const QModelIndex &parent) | QSqlRelationalTableModel | virtual |
removeEventFilter(QObject *obj) | QObject | |
removeRow(int row, const QModelIndex &parent) | QAbstractItemModel | |
removeRows(int row, int count, const QModelIndex &parent) | QSqlTableModel | virtual |
reset() | QAbstractItemModel | protected |
resetInternalData() | QAbstractItemModel | protected |
revert() | QSqlTableModel | virtual |
revertAll() | QSqlTableModel | |
revertRow(int row) | QSqlRelationalTableModel | virtual |
roleNames() const | QAbstractItemModel | virtual |
rowCount(const QModelIndex &parent) const | QSqlTableModel | virtual |
rowsAboutToBeInserted(const QModelIndex &parent, int start, int end) | QAbstractItemModel | |
rowsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow) | QAbstractItemModel | |
rowsAboutToBeRemoved(const QModelIndex &parent, int first, int last) | QAbstractItemModel | |
rowsInserted(const QModelIndex &parent, int first, int last) | QAbstractItemModel | |
rowsMoved(const QModelIndex &parent, int start, int end, const QModelIndex &destination, int row) | QAbstractItemModel | |
rowsRemoved(const QModelIndex &parent, int first, int last) | QAbstractItemModel | |
SalesPrice enum value | XSqlTableModel | |
save() | XSqlTableModel | |
select() | XSqlTableModel | virtual |
selectRow(int row) | QSqlTableModel | virtual |
selectStatement() const | XSqlTableModel | virtual |
sender() const | QObject | protected |
senderSignalIndex() const | QObject | protected |
set(ParameterList params) | XSqlTableModel | inline |
setColumnRole(int column, int role, QVariant value) | XSqlTableModel | |
setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) | XSqlTableModel | virtual |
setEditStrategy(EditStrategy strategy) | QSqlTableModel | virtual |
setFilter(const QString &filter) | QSqlTableModel | virtual |
setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role) | QSqlQueryModel | virtual |
setItemData(const QModelIndex &index, const QMap< int, QVariant > &roles) | QAbstractItemModel | virtual |
setJoinMode(QSqlRelationalTableModel::JoinMode joinMode) | QSqlRelationalTableModel | |
setKeys(int keyColumns) | XSqlTableModel | |
setLastError(const QSqlError &error) | QSqlQueryModel | protected |
setObjectName(const QString &name) | QObject | |
setParent(QObject *parent) | QObject | |
setPrimaryKey(const QSqlIndex &key) | QSqlTableModel | protected |
setProperty(const char *name, const QVariant &value) | QObject | |
setQuery(const QSqlQuery &query) | QSqlTableModel | protected |
QSqlQueryModel::setQuery(const QString &query, const QSqlDatabase &db) | QSqlQueryModel | |
setRecord(int row, const QSqlRecord &values) | QSqlTableModel | |
setRelation(int column, const QSqlRelation &relation) | QSqlRelationalTableModel | virtual |
setRoleNames(const QHash< int, QByteArray > &roleNames) | QAbstractItemModel | protected |
setSort(int column, Qt::SortOrder order) | QSqlTableModel | virtual |
setSupportedDragActions(Qt::DropActions actions) | QAbstractItemModel | |
setTable(const QString &tableName) | XSqlTableModel | virtual |
sibling(int row, int column, const QModelIndex &idx) const | QAbstractTableModel | virtual |
signalsBlocked() const | QObject | |
sort(int column, Qt::SortOrder order) | QSqlTableModel | virtual |
span(const QModelIndex &index) const | QAbstractItemModel | virtual |
startTimer(int interval, Qt::TimerType timerType) | QObject | |
submit() | QSqlTableModel | virtual |
submitAll() | QSqlTableModel | |
supportedDragActions() const | QAbstractItemModel | virtual |
supportedDropActions() const | QAbstractItemModel | virtual |
tableName() const | QSqlTableModel | |
thread() const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
UOMRatio enum value | XSqlTableModel | |
updateRowInTable(int row, const QSqlRecord &values) | QSqlRelationalTableModel | protectedvirtual |
Weight enum value | XSqlTableModel | |
XSqlTableModel(QObject *parent=0) | XSqlTableModel | |
~QAbstractItemModel() | QAbstractItemModel | virtual |
~QAbstractTableModel() | QAbstractTableModel | |
~QObject() | QObject | virtual |
~QSqlQueryModel() | QSqlQueryModel | virtual |
~QSqlRelationalTableModel() | QSqlRelationalTableModel | virtual |
~QSqlTableModel() | QSqlTableModel | virtual |
~XSqlTableModel() | XSqlTableModel | |