就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 6.5.1
Qt GUI
C++ 类
QAccessibleTableInterface
List of All Members for QAccessibleTableInterface
这是完整成员列表为
QAccessibleTableInterface
,包括继承的成员。
~QAccessibleTableInterface
()
caption
() const : QAccessibleInterface *
cellAt
(int, int) const : QAccessibleInterface *
columnCount
() const : int
columnDescription
(int) const : QString
isColumnSelected
(int) const : bool
isRowSelected
(int) const : bool
modelChange
(QAccessibleTableModelChangeEvent *)
rowCount
() const : int
rowDescription
(int) const : QString
selectColumn
(int) : bool
selectRow
(int) : bool
selectedCellCount
() const : int
selectedCells
() const : QList<QAccessibleInterface *>
selectedColumnCount
() const : int
selectedColumns
() const : QList<int>
selectedRowCount
() const : int
selectedRows
() const : QList<int>
summary
() const : QAccessibleInterface *
unselectColumn
(int) : bool
unselectRow
(int) : bool