Qt 6.7
Qt Core
C++ Classes
QItemSelectionModel
Qt 6.7.2 Reference Documentation
List of All Members for QItemSelectionModel
This is the complete list of members for
QItemSelectionModel
, including inherited members.
enum
SelectionFlag
flags
SelectionFlags
QItemSelectionModel
(QAbstractItemModel *)
QItemSelectionModel
(QAbstractItemModel *, QObject *)
~QItemSelectionModel
()
bindableObjectName
() : QBindable<QString>
blockSignals
(bool) : bool
childEvent
(QChildEvent *)
children
() const : const QObjectList &
clear
()
clearCurrentIndex
()
clearSelection
()
columnIntersectsSelection
(int, const QModelIndex &) const : bool
connect
(const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType) : QMetaObject::Connection
connect
(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &, Qt::ConnectionType) : QMetaObject::Connection
connect
(const QObject *, const char *, const char *, Qt::ConnectionType) const : QMetaObject::Connection
connect
(const QObject *, PointerToMemberFunction, const QObject *, PointerToMemberFunction, Qt::ConnectionType) : QMetaObject::Connection
connect
(const QObject *, PointerToMemberFunction, Functor) : QMetaObject::Connection
connect
(const QObject *, PointerToMemberFunction, const QObject *, Functor, Qt::ConnectionType) : QMetaObject::Connection
connectNotify
(const QMetaMethod &)
currentChanged
(const QModelIndex &, const QModelIndex &)
currentColumnChanged
(const QModelIndex &, const QModelIndex &)
currentIndex
() const : QModelIndex
currentRowChanged
(const QModelIndex &, const QModelIndex &)
customEvent
(QEvent *)
deleteLater
()
destroyed
(QObject *)
disconnect
(const QObject *, const char *, const QObject *, const char *) : bool
disconnect
(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &) : bool
disconnect
(const char *, const QObject *, const char *) const : bool
disconnect
(const QObject *, const char *) const : bool
disconnect
(const QMetaObject::Connection &) : bool
disconnect
(const QObject *, PointerToMemberFunction, const QObject *, PointerToMemberFunction) : bool
disconnectNotify
(const QMetaMethod &)
dumpObjectInfo
() const
dumpObjectTree
() const
dynamicPropertyNames
() const : QList<QByteArray>
emitSelectionChanged
(const QItemSelection &, const QItemSelection &)
event
(QEvent *) : bool
eventFilter
(QObject *, QEvent *) : bool
findChild
(QAnyStringView, Qt::FindChildOptions) const : T
findChild
(Qt::FindChildOptions) const : T
findChildren
(QAnyStringView, Qt::FindChildOptions) const : QList<T>
findChildren
(Qt::FindChildOptions) const : QList<T>
findChildren
(const QRegularExpression &, Qt::FindChildOptions) const : QList<T>
hasSelection
() const : bool
inherits
(const char *) const : bool
installEventFilter
(QObject *)
isColumnSelected
(int, const QModelIndex &) const : bool
isQuickItemType
() const : bool
isRowSelected
(int, const QModelIndex &) const : bool
isSelected
(const QModelIndex &) const : bool
isSignalConnected
(const QMetaMethod &) const : bool
isWidgetType
() const : bool
isWindowType
() const : bool
killTimer
(int)
metaObject
() const : const QMetaObject *
model
() const : const QAbstractItemModel *
model
() : QAbstractItemModel *
modelChanged
(QAbstractItemModel *)
moveToThread
(QThread *) : bool
objectName
() const : QString
objectNameChanged
(const QString &)
parent
() const : QObject *
property
(const char *) const : QVariant
receivers
(const char *) const : int
removeEventFilter
(QObject *)
reset
()
rowIntersectsSelection
(int, const QModelIndex &) const : bool
select
(const QModelIndex &, QItemSelectionModel::SelectionFlags)
select
(const QItemSelection &, QItemSelectionModel::SelectionFlags)
selectedColumns
(int) const : QModelIndexList
selectedIndexes
() const : QModelIndexList
selectedRows
(int) const : QModelIndexList
selection
() const : const QItemSelection
selectionChanged
(const QItemSelection &, const QItemSelection &)
sender
() const : QObject *
senderSignalIndex
() const : int
setCurrentIndex
(const QModelIndex &, QItemSelectionModel::SelectionFlags)
setModel
(QAbstractItemModel *)
setObjectName
(const QString &)
setObjectName
(QAnyStringView)
setParent
(QObject *)
setProperty
(const char *, const QVariant &) : bool
setProperty
(const char *, QVariant &&) : bool
signalsBlocked
() const : bool
startTimer
(int, Qt::TimerType) : int
startTimer
(std::chrono::milliseconds, Qt::TimerType) : int
staticMetaObject
: const QMetaObject
thread
() const : QThread *
timerEvent
(QTimerEvent *)
tr
(const char *, const char *, int) : QString