Qt 5.10 Book Examples
|
This is the complete list of members for IntListModel, including all inherited members.
data(const QModelIndex &index, int nRole) const | IntListModel | |
flags(const QModelIndex &index) const | IntListModel | |
headerData(int nSection, Qt::Orientation orientation, int nRole=Qt::DisplayRole) const | IntListModel | |
insertRows(int nRow, int nCount, const QModelIndex &parent=QModelIndex()) | IntListModel | |
IntListModel(const QList< int > &list, QObject *pobj=0) | IntListModel | |
removeRows(int nRow, int nCount, const QModelIndex &parent=QModelIndex()) | IntListModel | |
rowCount(const QModelIndex &parent=QModelIndex()) const | IntListModel | |
setData(const QModelIndex &index, const QVariant &value, int nRole) | IntListModel |