List of All Members for ItemSelectionModel
This is the complete list of members for ItemSelectionModel, including inherited members.
- currentIndex : QModelIndex
- hasSelection : bool
- model : QAbstractItemModel
- selectedIndexes : QModelIndexList
- selection : object
- void clear()
- void clearCurrentIndex()
- void clearSelection()
- bool columnIntersectsSelection(column, QModelIndex parent)
- currentChanged(current, QModelIndex previous)
- bool isColumnSelected(column, QModelIndex parent)
- bool isRowSelected(row, QModelIndex parent)
- bool isSelected(index)
- void reset()
- bool rowIntersectsSelection(row, QModelIndex parent)
- void select(selection, SelectionFlags command)
- void select(index, SelectionFlags command)
- QModelIndexList selectedColumns(row)
- QModelIndexList selectedRows(column)
- selectionChanged(selected, QItemSelection deselected)
- void setCurrentIndex(index, SelectionFlags command)