PySide6.QtGui.QAccessibleTableCellInterface

class QAccessibleTableCellInterface

QAccessibleTableCellInterface 类实现了对 IAccessibleTable2 单元格接口的支持。更多

概要

虚拟方法

注意

本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,您也可以通过在我们的https:/bugreports.qt.io/projects/PYSIDE上创建工单来告知我们。

详细描述

IAccessible2 规范

abstract columnExtent()
Return type:

整数

返回此可访问单元格占用的列数。

abstract columnHeaderCells()
Return type:

QAccessibleInterface的列表

返回列标题作为可访问单元格的数组。

abstract columnIndex()
Return type:

整数

将此单元格可访问性转换为相应的列索引。

abstract isSelected()
Return type:

布尔

返回一个布尔值,指示此单元格是否被选中。

abstract rowExtent()
Return type:

整数

返回此可访问单元格占用的行数。

abstract rowHeaderCells()
Return type:

QAccessibleInterface的列表

返回行标题作为可访问单元格的数组。

abstract rowIndex()
Return type:

整数

将此单元格可访问性转换为相应的行索引。

abstract table()
Return type:

QAccessibleInterface

返回包含此单元格的表的QAccessibleInterface