DbModel Pile
version 0.0.1
DbModel pile.
|
This is the complete list of members for DbModel, including all inherited members.
columnCallback(int table_index, int column_index) | DbModel | |
columnCallbackData() | DbModel | |
columnCount() const | DbModel | |
columnData(int index) const | DbModel | |
database() const | DbModel | |
DbModel(DbStruct *db, DbTaew *meta, QObject *parent=NULL) | DbModel | |
DbModel(DbStruct *db, int component, QObject *parent=NULL) | DbModel | |
filter() const | DbModel | inline |
findTable(const QString &table) const | DbModel | |
getMarkerCol() const | DbModel | |
getMarkerRow() const | DbModel | |
hasMarkerCell() const | DbModel | |
isValid() const | DbModel | |
lessThan(const QModelIndex &left, const QModelIndex &right) const | DbModel | |
mainModel() const | DbModel | |
metaTaew() const | DbModel | |
record(int row) const | DbModel | |
reloadHeaders() | DbModel | |
rowCount() const | DbModel | |
selectMe() | DbModel | |
setColumnCallback(int table_index, int column_index, DbColumn::Callback value, void *user_data=NULL) | DbModel | |
setColumnCallback(int column_index, DbColumn::Callback value, void *user_data=NULL) | DbModel | inline |
setCurrentMarker(int row, int column) | DbModel | |
setDatabase(DbStruct *value) | DbModel | |
setFilter(const QString &filter, int table_index=0) | DbModel | |
setFilter(const QString &filter, const QString &table) | DbModel | |
setMeta(DbTaew *meta) | DbModel | |
setMeta(DbStruct *database, DbTaew *meta) | DbModel | |
setOrder(int column, Qt::SortOrder order, int table_index=0) | DbModel | |
setOrder(int column, Qt::SortOrder order, const QString &table) | DbModel | |
tableData(int table_index) const | DbModel | |
takeDatabase() | DbModel | |
takeMeta() | DbModel | |
~DbModel() | DbModel | virtual |