辅助功能类

Accessible

实现 QML 项目的可访问性

QAccessible

与可访问性相关的枚举和静态函数

QAccessibleActionInterface

在界面中实现对可调用操作的支持

QAccessibleAnnouncementEvent

用于要求辅助技术公布给定信息

QAccessibleAttributesInterface

支持报告无障碍对象的属性

QAccessibleEditableTextInterface

为具有可编辑文本的对象提供支持

QAccessibleEvent

无障碍通知基类

QAccessibleInterface

定义了一个可公开无障碍对象信息的接口

QAccessibleObject

为 QObjects 实现 QAccessibleInterface 的部分功能

QAccessiblePlugin

为插件提供用户界面元素无障碍信息的抽象基类

QAccessibleSelectionInterface

实现对选择处理的支持

QAccessibleStateChangeEvent

通知无障碍框架对象的状态已经改变

QAccessibleTableCellInterface

实现对 IAccessibleTable2 Cell 接口的支持

QAccessibleTableInterface

实现对 IAccessibleTable2 接口的支持

QAccessibleTableModelChangeEvent

表示表格、列表或树状结构中单元格的添加或删除发生了变化。如果更改影响了若干行,则 firstColumn 和 lastColumn 将返回-1。同样,对于列,行函数也会返回 -1

QAccessibleTextCursorEvent

通知光标移动

QAccessibleTextInsertEvent

通知插入文本

QAccessibleTextInterface

支持文本处理

QAccessibleTextRemoveEvent

通知删除文本

QAccessibleTextSelectionEvent

通知对象的文本选择发生变化

QAccessibleTextUpdateEvent

通知文本更改。这适用于支持可编辑文本(如行编辑)的访问器。例如,当粘贴新文本或在编辑器的覆盖模式下替换部分选定文本时,就会发生该事件。

QAccessibleValueChangeEvent

描述可访问对象值的变化

QAccessibleValueInterface

为操作值的对象提供支持

QAccessibleWidget

为 QWidgets 实现 QAccessibleInterface

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