Qt 5.12
Qt Core
C++ Classes
QItemSelectionModel
Qt 5.12.0 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
()
clear
()
clearCurrentIndex
()
clearSelection
()
columnIntersectsSelection
(int , const QModelIndex &) const : bool
currentChanged
(const QModelIndex &, const QModelIndex &)
currentColumnChanged
(const QModelIndex &, const QModelIndex &)
currentIndex
() const : QModelIndex
currentRowChanged
(const QModelIndex &, const QModelIndex &)
emitSelectionChanged
(const QItemSelection &, const QItemSelection &)
hasSelection
() const : bool
isColumnSelected
(int , const QModelIndex &) const : bool
isRowSelected
(int , const QModelIndex &) const : bool
isSelected
(const QModelIndex &) const : bool
metaObject
() const : const QMetaObject *
model
() const : const QAbstractItemModel *
model
() : QAbstractItemModel *
modelChanged
(QAbstractItemModel *)
qt_metacall
(
QMetaObject::Call
,
int
,
void **
) : int
qt_metacast
(
const char *
) : void *
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 &)
setCurrentIndex
(const QModelIndex &, QItemSelectionModel::SelectionFlags )
setModel
(QAbstractItemModel *)
staticMetaObject
: const QMetaObject
tr
(const char *, const char *, int ) : QString
trUtf8
(const char *, const char *, int ) : QString