java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QAccessibleValueInterface.Impl
- All Implemented Interfaces:
QAccessibleValueInterface
,QtObjectInterface
- Enclosing interface:
- QAccessibleValueInterface
public abstract static class QAccessibleValueInterface.Impl extends QtObject implements QAccessibleValueInterface
Implementor class for interface QAccessibleValueInterface
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.gui.QAccessibleValueInterface
QAccessibleValueInterface.Impl
-
Constructor Summary
Constructors Modifier Constructor Description Impl()
protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description abstract Object
currentValue()
abstract Object
maximumValue()
abstract Object
minimumStepSize()
abstract Object
minimumValue()
abstract void
setCurrentValue(Object value)
-
Constructor Details
-
Method Details
-
currentValue
- Specified by:
currentValue
in interfaceQAccessibleValueInterface
-
maximumValue
- Specified by:
maximumValue
in interfaceQAccessibleValueInterface
-
minimumStepSize
- Specified by:
minimumStepSize
in interfaceQAccessibleValueInterface
-
minimumValue
- Specified by:
minimumValue
in interfaceQAccessibleValueInterface
-
setCurrentValue
- Specified by:
setCurrentValue
in interfaceQAccessibleValueInterface
-