QAccessibleTableCellInterface Class

The QAccessibleTableCellInterface class implements support for the IAccessibleTable2 Cell interface. More...

Header: #include <QAccessibleTableCellInterface>
qmake: QT += gui

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

Detailed Description

The QAccessibleTableCellInterface class implements support for the IAccessibleTable2 Cell interface.

IAccessible2 Specification

Member Function Documentation

[virtual] 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.

© 2019 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.