CopperSpice API
1.9.2
|
The QAccessibleTableCellInterface class implements support for the IAccessibleTable2 Cell interface. More...
Inherited by QAccessibleTableCell
Public Methods | |
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 |
The QAccessibleTableCellInterface class implements support for the IAccessibleTable2 Cell interface.
|
virtual |
Destroys the QAccessibleTableCellInterface.
|
pure virtual |
Returns the number of columns occupied by this cell accessible.
|
pure virtual |
Returns the column headers as an array of cell accessibles.
|
pure virtual |
Translates this cell accessible into the corresponding column index.
|
pure virtual |
Returns a boolean value indicating whether this cell is selected.
|
pure virtual |
Returns the number of rows occupied by this cell accessible.
|
pure virtual |
Returns the row headers as an array of cell accessibles.
|
pure virtual |
Translates this cell accessible into the corresponding row index.
|
pure virtual |
Returns the QAccessibleInterface of the table containing this cell.