QAccessibleValueChangeEvent Class
El QAccessibleValueChangeEvent describe un cambio en el valor de un objeto accesible. Más...
| Cabecera: | #include <QAccessibleValueChangeEvent> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Gui)target_link_libraries(mytarget PRIVATE Qt6::Gui) |
| qmake: | QT += gui |
| Hereda: | QAccessibleEvent |
- Lista de todos los miembros, incluidos los heredados
- QAccessibleValueChangeEvent es parte de Clases de Accesibilidad.
Funciones Públicas
| QAccessibleValueChangeEvent(QAccessibleInterface *iface, const QVariant &val) | |
| QAccessibleValueChangeEvent(QObject *object, const QVariant &value) | |
| void | setValue(const QVariant &value) |
| QVariant | value() const |
Descripción Detallada
Contiene el nuevo valor.
Esta clase se utiliza con QAccessible::updateAccessibility().
Documentación de las funciones miembro
QAccessibleValueChangeEvent::QAccessibleValueChangeEvent(QAccessibleInterface *iface, const QVariant &val)
Construye un nuevo QAccessibleValueChangeEvent para iface. El evento contiene el nuevo valor val.
QAccessibleValueChangeEvent::QAccessibleValueChangeEvent(QObject *object, const QVariant &value)
Construye un nuevo QAccessibleValueChangeEvent para object. El evento contiene el nuevo value.
void QAccessibleValueChangeEvent::setValue(const QVariant &value)
Establece el nuevo value para este evento.
Véase también value().
QVariant QAccessibleValueChangeEvent::value() const
Devuelve el nuevo valor del objeto accesible de este evento.
Véase también setValue().
© 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.