内容表

上一话题

QAccessibleStateChangeEvent

下一话题

QAccessibleTableModelChangeEvent

QAccessibleTableCellInterface

QAccessibleTableCellInterface class implements support for the IAccessibleTable2 Cell interface. 更多

Inheritance diagram of PySide2.QtGui.QAccessibleTableCellInterface

详细描述

IAccessible2 规范

class QAccessibleTableCellInterface
PySide2.QtGui.QAccessibleTableCellInterface. columnExtent ( )
返回类型

int

Returns the number of columns occupied by this cell accessible.

PySide2.QtGui.QAccessibleTableCellInterface. columnHeaderCells ( )
返回类型

Returns the column headers as an array of cell accessibles.

PySide2.QtGui.QAccessibleTableCellInterface. columnIndex ( )
返回类型

int

Translates this cell accessible into the corresponding column index.

PySide2.QtGui.QAccessibleTableCellInterface. isSelected ( )
返回类型

bool

Returns a boolean value indicating whether this cell is selected.

PySide2.QtGui.QAccessibleTableCellInterface. rowExtent ( )
返回类型

int

Returns the number of rows occupied by this cell accessible.

PySide2.QtGui.QAccessibleTableCellInterface. rowHeaderCells ( )
返回类型

Returns the row headers as an array of cell accessibles.

PySide2.QtGui.QAccessibleTableCellInterface. rowIndex ( )
返回类型

int

Translates this cell accessible into the corresponding row index.

PySide2.QtGui.QAccessibleTableCellInterface. table ( )
返回类型

QAccessibleInterface

返回 QAccessibleInterface of the table containing this cell.