QAccessibleTableCellInterface Class
The QAccessibleTableCellInterface class implements support for the IAccessibleTable2 Cell interface. More...
Header: | #include <QAccessibleTableCellInterface> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Gui) target_link_libraries(mytarget PRIVATE Qt6::Gui) |
qmake: | QT += gui |
- List of all members, including inherited members
- QAccessibleTableCellInterface is part of Accessibility Classes.
Public Functions
virtual | ~QAccessibleTableCellInterface() |
virtual int | columnExtent() const = 0 |
virtual QList<QAccessibleInterface *> | columnHeaderCells() const = 0 |
virtual int | columnIndex() const = 0 |
virtual bool | isSelected() const = 0 |
virtual int | rowExtent() const = 0 |
virtual QList<QAccessibleInterface *> | rowHeaderCells() const = 0 |
virtual int | rowIndex() const = 0 |
virtual QAccessibleInterface * | table() const = 0 |
Member Function Documentation
[virtual noexcept]
QAccessibleTableCellInterface::~QAccessibleTableCellInterface()
Destroys the QAccessibleTableCellInterface.
[pure virtual]
int QAccessibleTableCellInterface::columnExtent() const
Returns the number of columns occupied by this cell accessible.
[pure virtual]
QList<QAccessibleInterface *> QAccessibleTableCellInterface::columnHeaderCells() const
Returns the column headers as an array of cell accessibles.
[pure virtual]
int QAccessibleTableCellInterface::columnIndex() const
Translates this cell accessible into the corresponding column index.
[pure virtual]
bool QAccessibleTableCellInterface::isSelected() const
Returns a boolean value indicating whether this cell is selected.
[pure virtual]
int QAccessibleTableCellInterface::rowExtent() const
Returns the number of rows occupied by this cell accessible.
[pure virtual]
QList<QAccessibleInterface *> QAccessibleTableCellInterface::rowHeaderCells() const
Returns the row headers as an array of cell accessibles.
[pure virtual]
int QAccessibleTableCellInterface::rowIndex() const
Translates this cell accessible into the corresponding row index.
[pure virtual]
QAccessibleInterface *QAccessibleTableCellInterface::table() const
Returns the QAccessibleInterface of the table containing this cell.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.