En esta página

QAccessibleObject Class

La clase QAccessibleObject implementa partes de QAccessibleInterface para QObjects. Más...

Cabecera: #include <QAccessibleObject>
CMake: find_package(Qt6 REQUIRED COMPONENTS Gui)
target_link_libraries(mytarget PRIVATE Qt6::Gui)
qmake: QT += gui
Hereda: QAccessibleInterface
Heredado por:

QAccessibleWidget

Funciones Públicas

QAccessibleObject(QObject *object)

Funciones Públicas Reimplementadas

virtual QAccessibleInterface *childAt(int x, int y) const override
virtual bool isValid() const override
virtual QObject *object() const override
virtual QRect rect() const override
virtual void setText(QAccessible::Text t, const QString &text) override

Funciones protegidas

virtual ~QAccessibleObject()

Descripción Detallada

Esta clase es parte de Accesibilidad para Aplicaciones QWidget.

Esta clase se proporciona principalmente por conveniencia. Todas las subclases de QAccessibleInterface que proporcionen implementaciones de objetos no-widget deben utilizar esta clase como su clase base.

Ver también QAccessible y QAccessibleWidget.

Documentación de las funciones miembro

[explicit] QAccessibleObject::QAccessibleObject(QObject *object)

Crea un QAccessibleObject para object.

[virtual noexcept protected] QAccessibleObject::~QAccessibleObject()

Destruye el QAccessibleObject.

Esto sólo ocurre cuando una llamada a release() decrementa el contador de referencia interno a cero.

[override virtual] QAccessibleInterface *QAccessibleObject::childAt(int x, int y) const

Reimplementa: QAccessibleInterface::childAt(int x, int y) const.

[override virtual] bool QAccessibleObject::isValid() const

Reimplementa: QAccessibleInterface::isValid() const.

[override virtual] QObject *QAccessibleObject::object() const

Reimplementa: QAccessibleInterface::object() const.

[override virtual] QRect QAccessibleObject::rect() const

Reimplementa: QAccessibleInterface::rect() const.

[override virtual] void QAccessibleObject::setText(QAccessible::Text t, const QString &text)

Reimplementa: QAccessibleInterface::setText(QAccessible::Text t, const QString &text).

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