QAbstractTableModel

Undocumented in source.

Members

Functions

createVoidPointer
void* createVoidPointer()
Undocumented in source. Be warned that the author may not have intended to support it.
index
QModelIndex index(int row, int column, QModelIndex parent)
Undocumented in source. Be warned that the author may not have intended to support it.
metaObject
QMetaObject metaObject()
Undocumented in source. Be warned that the author may not have intended to support it.
parent
QModelIndex parent(QModelIndex child)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

staticMetaObject
QMetaObject staticMetaObject()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From QAbstractItemModel

staticMetaObject
QMetaObject staticMetaObject()
Undocumented in source. Be warned that the author may not have intended to support it.
metaObject
QMetaObject metaObject()
Undocumented in source. Be warned that the author may not have intended to support it.
rowCount
int rowCount(QModelIndex parentIndex)
Undocumented in source.
columnCount
int columnCount(QModelIndex parentIndex)
Undocumented in source.
data
QVariant data(QModelIndex index, int role)
Undocumented in source.
parent
QModelIndex parent(QModelIndex child)
Undocumented in source.
index
QModelIndex index(int row, int column, QModelIndex parent)
Undocumented in source.
setData
bool setData(QModelIndex index, QVariant value, int role)
Undocumented in source. Be warned that the author may not have intended to support it.
roleNames
string[int] roleNames()
Undocumented in source. Be warned that the author may not have intended to support it.
flags
int flags(QModelIndex index)
Undocumented in source. Be warned that the author may not have intended to support it.
headerData
QVariant headerData(int section, int orientation, int role)
Undocumented in source. Be warned that the author may not have intended to support it.
hasChildren
bool hasChildren(QModelIndex parent)
Undocumented in source. Be warned that the author may not have intended to support it.
hasIndex
bool hasIndex(int row, int column, QModelIndex parent)
Undocumented in source. Be warned that the author may not have intended to support it.
canFetchMore
bool canFetchMore(QModelIndex parent)
Undocumented in source. Be warned that the author may not have intended to support it.
fetchMore
void fetchMore(QModelIndex parent)
Undocumented in source. Be warned that the author may not have intended to support it.
createVoidPointer
void* createVoidPointer()
Undocumented in source. Be warned that the author may not have intended to support it.
beginInsertRows
void beginInsertRows(QModelIndex parent, int first, int last)
Undocumented in source. Be warned that the author may not have intended to support it.
endInsertRows
void endInsertRows()
Undocumented in source. Be warned that the author may not have intended to support it.
beginRemoveRows
void beginRemoveRows(QModelIndex parent, int first, int last)
Undocumented in source. Be warned that the author may not have intended to support it.
endRemoveRows
void endRemoveRows()
Undocumented in source. Be warned that the author may not have intended to support it.
beginInsertColumns
void beginInsertColumns(QModelIndex parent, int first, int last)
Undocumented in source. Be warned that the author may not have intended to support it.
endInsertColumns
void endInsertColumns()
Undocumented in source. Be warned that the author may not have intended to support it.
beginRemoveColumns
void beginRemoveColumns(QModelIndex parent, int first, int last)
Undocumented in source. Be warned that the author may not have intended to support it.
endRemoveColumns
void endRemoveColumns()
Undocumented in source. Be warned that the author may not have intended to support it.
beginResetModel
void beginResetModel()
Undocumented in source. Be warned that the author may not have intended to support it.
endResetModel
void endResetModel()
Undocumented in source. Be warned that the author may not have intended to support it.
createIndex
QModelIndex createIndex(int row, int column, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
dataChanged
void dataChanged(QModelIndex topLeft, QModelIndex bottomRight, int[] roles)
Undocumented in source. Be warned that the author may not have intended to support it.
rowCountCallback
void rowCountCallback(void* modelPtr, void* indexPtr, int result)
Undocumented in source. Be warned that the author may not have intended to support it.
columnCountCallback
void columnCountCallback(void* modelPtr, void* indexPtr, int result)
Undocumented in source. Be warned that the author may not have intended to support it.
dataCallback
void dataCallback(void* modelPtr, void* indexPtr, int role, void* result)
Undocumented in source. Be warned that the author may not have intended to support it.
setDataCallback
void setDataCallback(void* modelPtr, void* indexPtr, void* valuePtr, int role, bool result)
Undocumented in source. Be warned that the author may not have intended to support it.
roleNamesCallback
void roleNamesCallback(void* modelPtr, void* result)
Undocumented in source. Be warned that the author may not have intended to support it.
flagsCallback
void flagsCallback(void* modelPtr, void* indexPtr, int result)
Undocumented in source. Be warned that the author may not have intended to support it.
headerDataCallback
void headerDataCallback(void* modelPtr, int section, int orientation, int role, void* result)
Undocumented in source. Be warned that the author may not have intended to support it.
indexCallback
void indexCallback(void* modelPtr, int row, int column, void* parentIndex, void* result)
Undocumented in source. Be warned that the author may not have intended to support it.
parentCallback
void parentCallback(void* modelPtr, void* childIndex, void* result)
Undocumented in source. Be warned that the author may not have intended to support it.
hasChildrenCallback
void hasChildrenCallback(void* modelPtr, void* parentIndex, bool result)
Undocumented in source. Be warned that the author may not have intended to support it.
canFetchMoreCallback
void canFetchMoreCallback(void* modelPtr, void* parentIndex, bool result)
Undocumented in source. Be warned that the author may not have intended to support it.
fetchMoreCallback
void fetchMoreCallback(void* modelPtr, void* parentIndex)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta