Qt 6.7
Qt GUI
C++ Classes
QAccessibleTableInterface
Qt 6.7.2 Reference Documentation
List of All Members for QAccessibleTableInterface
This is the complete list of members for
QAccessibleTableInterface
, including inherited members.
~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