ItemSelectionModel 所有成员列表
这是 ItemSelectionModel 的成员列表,包括继承成员。
- 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(QModelIndex index, SelectionFlags command)
- void select(QItemSelection selection, SelectionFlags command)
- QModelIndexList selectedColumns(int row)
- QModelIndexList selectedRows(int column)
- selectionChanged(QItemSelection selected, QItemSelection deselected)
- void setCurrentIndex(QModelIndex index, SelectionFlags command)
© 2024 The Qt Company Ltd. 本文档中的贡献包含各自所有者的版权。本文档是根据自由软件基金会发布的 GNU Free Documentation License version 1.3 许可证条款授权的。Qt 和相应的商标是芬兰的 Qt Company Ltd. 的商标,并且在全世界其他国家的商标。所有其他商标均属于其各自所有者。