就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 5.15.17
QML 类型
List of All Members for ItemSelectionModel
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
上一
)
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
命令
)
void
select
(QModelIndex
index
, SelectionFlags
命令
)
QModelIndexList
selectedColumns
(int
row
)
QModelIndexList
selectedRows
(int
column
)
selectionChanged
(QItemSelection
selected
, QItemSelection
deselected
)
void
setCurrentIndex
(QModelIndex
index
, SelectionFlags
命令
)