List of All Members for 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(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)
©2024 The Qt Company Ltd. ここに含まれるドキュメントのコントリビューションは、それぞれの所有者の著作物です。 本書で提供されるドキュメントは、Free Software Foundation により発行されたGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。