就業培訓
下載中心
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