The QAccessibleValueInterface class implements support for objects that manipulate a value. More...
Header: | #include <QAccessibleValueInterface> |
qmake: | QT += gui |
virtual | ~QAccessibleValueInterface() |
virtual QVariant | currentValue() const = 0 |
virtual QVariant | maximumValue() const = 0 |
virtual QVariant | minimumStepSize() const = 0 |
virtual QVariant | minimumValue() const = 0 |
virtual void | setCurrentValue(const QVariant &value) = 0 |
The QAccessibleValueInterface class implements support for objects that manipulate a value.
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.
[virtual]
QAccessibleValueInterface::~QAccessibleValueInterface()Destroys the QAccessibleValueInterface.
[pure virtual]
QVariant QAccessibleValueInterface::currentValue() constReturns the current value of the widget. This is usually a double or int.
See also setCurrentValue().
[pure virtual]
QVariant QAccessibleValueInterface::maximumValue() constReturns the maximum value this object accepts.
See also minimumValue() and currentValue().
[pure virtual]
QVariant QAccessibleValueInterface::minimumStepSize() constReturns the minimum step size for the accessible. This is the smalles increment that makes sense when changing the value. When programatically changing the value it should always be a multiple of the minimum step size.
Some tools use this value even when the setCurrentValue does not perform any action. Progress bars for example are read-only but should return their range divided by 100.
[pure virtual]
QVariant QAccessibleValueInterface::minimumValue() constReturns the minimum value this object accepts.
See also maximumValue() and currentValue().
[pure virtual]
void QAccessibleValueInterface::setCurrentValue(const
QVariant &value)Sets the value. If the desired value is out of the range of permissible values, this call will be ignored.
See also currentValue(), minimumValue(), and maximumValue().
As part of the free Business evaluation, we offer a free welcome call for companies, to talk about your requirements, and how the Felgo SDK & Services can help you. Just sign up and schedule your call.
Sign up now to start your free Business evaluation: