QAccessibleValueInterface Class

The QAccessibleValueInterface class implements support for objects that manipulate a value. More...

Header: #include <QAccessibleValueInterface>
qmake: QT += gui

Public Functions

Detailed Description

This interface should be implemented by accessible objects that represent a value. Examples are spinner, slider, dial and scroll bar.

Instead of forcing the user to deal with the individual parts of the widgets, this interface gives an easier approach to the kind of widget it represents.

Usually this interface is implemented by classes that also implement QAccessibleInterface.

IAccessible2 Specification

Member Function Documentation

[virtual] QAccessibleValueInterface::~QAccessibleValueInterface()

Destroys the QAccessibleValueInterface.