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(int column, QModelIndex parent)
 - currentChanged(QModelIndex current, QModelIndex previous)
 - bool isColumnSelected(int column, QModelIndex parent)
 - bool isRowSelected(int row, QModelIndex parent)
 - bool isSelected(QModelIndex index)
 - void reset()
 - bool rowIntersectsSelection(int row, QModelIndex parent)
 - void select(QItemSelection selection, SelectionFlags command)
 - void select(QModelIndex index, SelectionFlags command)
 - QModelIndexList selectedColumns(int row)
 - QModelIndexList selectedRows(int column)
 - selectionChanged(QItemSelection selected, QItemSelection deselected)
 - void setCurrentIndex(QModelIndex index, SelectionFlags command)