IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

QAccessibleValueChangeEvent Class

The QAccessibleValueChangeEvent describes a change in value for an accessible object.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QAccessibleValueChangeEvent Class

  • Header: QAccessibleValueChangeEvent

  • CMake:

    find_package(Qt6 REQUIRED COMPONENTS Gui)

    target_link_libraries(mytarget PRIVATE Qt6::Gui)

  • qmake: QT += gui

  • Inherits: QAccessibleEvent

  • Group: QAccessibleValueChangeEvent is part of accessibility

Detailed Description

It contains the new value.

This class is used with QAccessible::updateAccessibility().

Member Function Documentation

 

QAccessibleValueChangeEvent::QAccessibleValueChangeEvent(QObject *object, const QVariant &value)

Constructs a new QAccessibleValueChangeEvent for object. The event contains the new value.

QAccessibleValueChangeEvent::QAccessibleValueChangeEvent(QAccessibleInterface *iface, const QVariant &val)

Constructs a new QAccessibleValueChangeEvent for iface. The event contains the new value val.

void QAccessibleValueChangeEvent::setValue(const QVariant &value)

Sets the new value for this event.

See Also

See also value()

QVariant QAccessibleValueChangeEvent::value() const

Returns the new value of the accessible object of this event.

See Also

See also setValue()

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+