CopperSpice API  1.9.1
QIdentityProxyModel Member List

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

QAbstractItemModel(QObject *parent=nullptr)QAbstractItemModelexplicit
QAbstractProxyModel(QObject *parent=nullptr)QAbstractProxyModelexplicit
QIdentityProxyModel(QObject *parent=nullptr)QIdentityProxyModelexplicit
QObject(QObject *parent=nullptr)QObjectexplicit
QObjectListQObjectrelated
beginInsertColumns(const QModelIndex &parent, int first, int last)QAbstractItemModelprotected
beginInsertRows(const QModelIndex &parent, int first, int last)QAbstractItemModelprotected
beginMoveColumns(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationColumn)QAbstractItemModelprotected
beginMoveRows(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationRow)QAbstractItemModelprotected
beginRemoveColumns(const QModelIndex &parent, int first, int last)QAbstractItemModelprotected
beginRemoveRows(const QModelIndex &parent, int first, int last)QAbstractItemModelprotected
beginResetModel()QAbstractItemModelprotected
blockSignals(bool block)QObject
buddy(const QModelIndex &index) const overrideQAbstractProxyModeloverridevirtual
canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const overrideQAbstractProxyModeloverridevirtual
canFetchMore(const QModelIndex &parent) const overrideQAbstractProxyModeloverridevirtual
changePersistentIndex(const QModelIndex &from, const QModelIndex &to)QAbstractItemModelprotected
changePersistentIndexList(const QModelIndexList &from, const QModelIndexList &to)QAbstractItemModelprotected
childEvent(QChildEvent *event)QObjectprotectedvirtual
children() constQObject
columnCount(const QModelIndex &parent=QModelIndex ()) const overrideQIdentityProxyModeloverridevirtual
columnsAboutToBeInserted(const QModelIndex &parent, int first, int last)QAbstractItemModelsignal
columnsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn)QAbstractItemModelsignal
columnsAboutToBeRemoved(const QModelIndex &parent, int first, int last)QAbstractItemModelsignal
columnsInserted(const QModelIndex &parent, int first, int last)QAbstractItemModelsignal
columnsMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn)QAbstractItemModelsignal
columnsRemoved(const QModelIndex &parent, int first, int last)QAbstractItemModelsignal
connect(const QObject *sender, const QString &signalMethod, const QString &location, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection)QObject
connect(const QObject *sender, const QString &signalMethod, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection)QObject
connect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection, const QString &location=QString ())QObjectstatic
connect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...), Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotLambda, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connectNotify(const QMetaMethod &signalMethod) constQObjectprotectedvirtual
createIndex(int row, int column, void *data=nullptr) constQAbstractItemModelinlineprotected
createIndex(int row, int column, quintptr id) constQAbstractItemModelinlineprotected
customEvent(QEvent *event)QObjectprotectedvirtual
data(const QModelIndex &proxyIndex, int role=Qt::DisplayRole) const overrideQAbstractProxyModeloverridevirtual
dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector< int > &roles=QVector< int >())QAbstractItemModelsignal
deleteLater()QObjectslot
destroyed(QObject *obj=nullptr)QObjectsignal
disconnect(const QString &signalMethod=QString (), const QObject *receiver=nullptr, const QString &slotMethod=QString ()) constQObject
disconnect(const QString &signalMethod, const QString &location, const QObject *receiver=nullptr, const QString &slotMethod=QString ()) constQObject
disconnect(const QObject *receiver, const QString &slotMethod=QString ()) constQObject
disconnect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod)QObjectstatic
disconnect(const QObject *sender, std::nullptr_t, const QObject *receiver, std::nullptr_t)QObjectstatic
disconnect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod)QObjectstatic
disconnect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod)QObjectstatic
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...))QObjectstatic
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, std::nullptr_t slotMethod=nullptr)QObjectstatic
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotMethod)QObjectstatic
disconnectNotify(const QMetaMethod &signalMethod) constQObjectprotectedvirtual
dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) overrideQIdentityProxyModeloverridevirtual
dumpObjectInfo()QObject
dumpObjectTree()QObject
dynamicPropertyNames() constQObject
endInsertColumns()QAbstractItemModelprotected
endInsertRows()QAbstractItemModelprotected
endMoveColumns()QAbstractItemModelprotected
endMoveRows()QAbstractItemModelprotected
endRemoveColumns()QAbstractItemModelprotected
endRemoveRows()QAbstractItemModelprotected
endResetModel()QAbstractItemModelprotected
event(QEvent *event)QObjectvirtual
eventFilter(QObject *watched, QEvent *event)QObjectvirtual
fetchMore(const QModelIndex &parent) overrideQAbstractProxyModeloverridevirtual
findChild(const QString &childName=QString ()) constQObject
findChildren(const QString &childName=QString (), Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObject
findChildren(const QRegularExpression &regExp, Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObject
flags(const QModelIndex &index) const overrideQAbstractProxyModeloverridevirtual
hasChildren(const QModelIndex &parent=QModelIndex ()) const overrideQAbstractProxyModeloverridevirtual
hasIndex(int row, int column, const QModelIndex &parent=QModelIndex ()) constQAbstractItemModel
headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const overrideQIdentityProxyModeloverridevirtual
headerDataChanged(Qt::Orientation orientation, int first, int last)QAbstractItemModelsignal
index(int row, int column, const QModelIndex &parent=QModelIndex ()) const overrideQIdentityProxyModeloverridevirtual
inherits(const QString &className) constQObject
insertColumn(int column, const QModelIndex &parent=QModelIndex ())QAbstractItemModelinline
insertColumns(int column, int count, const QModelIndex &parent=QModelIndex ()) overrideQIdentityProxyModeloverridevirtual
insertRow(int row, const QModelIndex &parent=QModelIndex ())QAbstractItemModelinline
insertRows(int row, int count, const QModelIndex &parent=QModelIndex ()) overrideQIdentityProxyModeloverridevirtual
installEventFilter(QObject *filterObj)QObject
isSignalConnected(const QMetaMethod &signalMethod) constQObjectprotected
isWidgetType() constQObject
isWindowType() constQObject
itemData(const QModelIndex &proxyIndex) const overrideQAbstractProxyModeloverridevirtual
killTimer(int id)QObject
layoutAboutToBeChanged(const QList< QPersistentModelIndex > &parents=QList< QPersistentModelIndex >(), QAbstractItemModel::LayoutChangeHint hint=QAbstractItemModel::NoLayoutChangeHint)QAbstractItemModelsignal
layoutChanged(const QList< QPersistentModelIndex > &parents=QList< QPersistentModelIndex >(), QAbstractItemModel::LayoutChangeHint hint=QAbstractItemModel::NoLayoutChangeHint)QAbstractItemModelsignal
mapFromSource(const QModelIndex &sourceIndex) const overrideQIdentityProxyModeloverridevirtual
mapSelectionFromSource(const QItemSelection &selection) const overrideQIdentityProxyModeloverridevirtual
mapSelectionToSource(const QItemSelection &selection) const overrideQIdentityProxyModeloverridevirtual
mapToSource(const QModelIndex &proxyIndex) const overrideQIdentityProxyModeloverridevirtual
match(const QModelIndex &start, int role, const QVariant &value, int hits=1, Qt::MatchFlags flags=Qt::MatchFlags (Qt::MatchStartsWith|Qt::MatchWrap)) const overrideQIdentityProxyModeloverridevirtual
metaObject() constQObject
mimeData(const QModelIndexList &indexes) const overrideQAbstractProxyModeloverridevirtual
mimeTypes() const overrideQAbstractProxyModeloverridevirtual
modelAboutToBeReset()QAbstractItemModelsignal
modelReset()QAbstractItemModelsignal
moveColumn(const QModelIndex &sourceParent, int sourceColumn, const QModelIndex &destinationParent, int destinationChild)QAbstractItemModelinline
moveColumns(const QModelIndex &sourceParent, int sourceColumn, int count, const QModelIndex &destinationParent, int destinationChild)QAbstractItemModelvirtual
moveRow(const QModelIndex &sourceParent, int sourceRow, const QModelIndex &destinationParent, int destinationChild)QAbstractItemModelinline
moveRows(const QModelIndex &sourceParent, int sourceRow, int count, const QModelIndex &destinationParent, int destinationChild)QAbstractItemModelvirtual
moveToThread(QThread *targetThread)QObject
objectNameQObjectwrite
objectName() constQObject
objectNameChanged(const QString &objectName)QObjectsignal
parent(const QModelIndex &child) const overrideQIdentityProxyModeloverridevirtual
parent() constQIdentityProxyModelusing
persistentIndexList() constQAbstractItemModelprotected
property(const QString &name) constQObject
qobject_cast(QObject *object)QObjectrelated
receivers(const QString &signal) constQObjectprotected
removeColumn(int column, const QModelIndex &parent=QModelIndex ())QAbstractItemModelinline
removeColumns(int column, int count, const QModelIndex &parent=QModelIndex ()) overrideQIdentityProxyModeloverridevirtual
removeEventFilter(QObject *obj)QObject
removeRow(int row, const QModelIndex &parent=QModelIndex ())QAbstractItemModelinline
removeRows(int row, int count, const QModelIndex &parent=QModelIndex ()) overrideQIdentityProxyModeloverridevirtual
resetInternalData()QAbstractProxyModelprotectedslot
revert() overrideQAbstractProxyModeloverride
roleNames() constQAbstractItemModelvirtual
rowCount(const QModelIndex &parent=QModelIndex ()) const overrideQIdentityProxyModeloverridevirtual
rowsAboutToBeInserted(const QModelIndex &parent, int first, int last)QAbstractItemModelsignal
rowsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow)QAbstractItemModelsignal
rowsAboutToBeRemoved(const QModelIndex &parent, int first, int last)QAbstractItemModelsignal
rowsInserted(const QModelIndex &parent, int first, int last)QAbstractItemModelsignal
rowsMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow)QAbstractItemModelsignal
rowsRemoved(const QModelIndex &parent, int first, int last)QAbstractItemModelsignal
sender() constQObjectprotected
senderSignalIndex() constQObjectprotected
setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) overrideQAbstractProxyModeloverridevirtual
setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role=Qt::EditRole) overrideQAbstractProxyModeloverridevirtual
setItemData(const QModelIndex &index, const QMap< int, QVariant > &roles) overrideQAbstractProxyModeloverridevirtual
setObjectName(const QString &name)QObject
setParent(QObject *parent)QObject
setProperty(const QString &name, const QVariant &value)QObject
setSourceModel(QAbstractItemModel *sourceModel) overrideQIdentityProxyModeloverridevirtual
sibling(int row, int column, const QModelIndex &idx) const overrideQIdentityProxyModeloverridevirtual
signalsBlocked() constQObject
sort(int column, Qt::SortOrder order=Qt::AscendingOrder) overrideQAbstractProxyModeloverridevirtual
sourceModelQAbstractProxyModelreadwritenotify
sourceModel() constQAbstractProxyModel
sourceModelChanged()QAbstractProxyModelsignal
span(const QModelIndex &index) const overrideQAbstractProxyModeloverridevirtual
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer)QObject
staticMetaObject()QObjectstatic
submit() overrideQAbstractProxyModeloverride
supportedDragActions() const overrideQAbstractProxyModeloverridevirtual
supportedDropActions() const overrideQAbstractProxyModeloverridevirtual
thread() constQObject
timerEvent(QTimerEvent *event)QObjectprotectedvirtual
tr(const char *text, const char *comment=nullptr, std::optional< int > numArg=std::optional< int >())QObjectstatic
~QAbstractItemModel()QAbstractItemModelvirtual
~QAbstractProxyModel() = defaultQAbstractProxyModeldefault
~QIdentityProxyModel()QIdentityProxyModel
~QObject()QObject