Qt Model Utilities  2.0.3
A set of utilities for the model/view framework of Qt
RootIndexProxyModel Member List

This is the complete list of members for RootIndexProxyModel, including all inherited members.

canFetchMore(const QModelIndex &parent) const overrideRootIndexProxyModel
columnCount(const QModelIndex &parent=QModelIndex()) const overrideRootIndexProxyModel
dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) overrideRootIndexProxyModel
fetchMore(const QModelIndex &parent) overrideRootIndexProxyModel
hasChildren(const QModelIndex &parent) const overrideRootIndexProxyModel
index(int row, int column, const QModelIndex &parent=QModelIndex()) const overrideRootIndexProxyModel
insertColumns(int column, int count, const QModelIndex &parent=QModelIndex()) overrideRootIndexProxyModel
insertRows(int row, int count, const QModelIndex &parent=QModelIndex()) overrideRootIndexProxyModel
mapFromSource(const QModelIndex &sourceIndex) const overrideRootIndexProxyModel
mapToSource(const QModelIndex &proxyIndex) const overrideRootIndexProxyModel
moveColumns(const QModelIndex &sourceParent, int sourceColumn, int count, const QModelIndex &destinationParent, int destinationChild) overrideRootIndexProxyModel
moveRows(const QModelIndex &sourceParent, int sourceRow, int count, const QModelIndex &destinationParent, int destinationChild) overrideRootIndexProxyModel
removeColumns(int column, int count, const QModelIndex &parent=QModelIndex()) overrideRootIndexProxyModel
removeRows(int row, int count, const QModelIndex &parent=QModelIndex()) overrideRootIndexProxyModel
rootIndexRootIndexProxyModel
rootIndex() constRootIndexProxyModel
rootIndexChanged() (defined in RootIndexProxyModel)RootIndexProxyModelsignal
RootIndexProxyModel(QObject *parent=Q_NULLPTR)RootIndexProxyModelexplicit
RootIndexProxyModel(RootIndexProxyModelPrivate &dptr, QObject *parent) (defined in RootIndexProxyModel)RootIndexProxyModelprotected
rowCount(const QModelIndex &parent=QModelIndex()) const overrideRootIndexProxyModel
setRootIndex(const QModelIndex &root)RootIndexProxyModel
setSourceModel(QAbstractItemModel *sourceModel) overrideRootIndexProxyModel
~RootIndexProxyModel()RootIndexProxyModel