QAccessibleTableCellInterface 类
QAccessibleTableCellInterface 类实现了对 IAccessibleTable2 Cell 接口的支撑。 更多信息...
| 头文件 | #include <QAccessibleTableCellInterface> | 
| CMake | find_package(Qt6 REQUIRED COMPONENTS Gui) target_link_libraries(mytarget PRIVATE Qt6::Gui) | 
| qmake | QT += gui | 
- 包括继承成员在内的所有成员列表
- QAccessibleTableCellInterface 是 访问性类 的一部分。
公开函数
| 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 | 
成员函数说明
[virtual noexcept] QAccessibleTableCellInterface::~QAccessibleTableCellInterface()
销毁 QAccessibleTableCellInterface。
[pure virtual] int QAccessibleTableCellInterface::columnExtent() const
返回此可访问单元格占用的列数。
[pure virtual] QList<QAccessibleInterface *> QAccessibleTableCellInterface::columnHeaderCells() const
返回列标题,作为单元格访问数组。
[pure virtual] int QAccessibleTableCellInterface::columnIndex() const
将此单元格可访问对象转换成对应的列索引。
[pure virtual] bool QAccessibleTableCellInterface::isSelected() const
返回一个布尔值,指示此单元格是否被选中。
[纯虚函数] int QAccessibleTableCellInterface::rowExtent() const
返回此可访问单元格占据的行数。
[纯虚函数] QList<QAccessibleInterface *> QAccessibleTableCellInterface::rowHeaderCells() const
以单元格访问实例数组的形式返回行标题。
[纯虚函数] int QAccessibleTableCellInterface::rowIndex() const
将此单元格可访问实例转换为相应的行索引。
[纯虚函数] QAccessibleInterface *QAccessibleTableCellInterface::table() const
返回包含此单元格的表的 QAccessibleInterface。
© 2024 The Qt Company Ltd. 本文档中的贡献版权归其各自所有者所有。本提供的文件按自由软件基金会发布的 GNU自由文档许可证版本1.3 的条款进行许可。Qt及其相关标志是The Qt Company Ltd.在芬兰和其他国家的注册商标。所有其他商标均为其各自所有者的财产。