Uses of Class
io.qt.widgets.QAbstractSlider.SliderAction
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QAbstractSlider.SliderAction in io.qt.widgets
Methods in io.qt.widgets that return QAbstractSlider.SliderAction Modifier and Type Method Description protected QAbstractSlider.SliderAction
QAbstractSlider. repeatAction()
static QAbstractSlider.SliderAction
QAbstractSlider.SliderAction. resolve(int value)
Returns the corresponding enum entry for the given value.static QAbstractSlider.SliderAction
QAbstractSlider.SliderAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAbstractSlider.SliderAction[]
QAbstractSlider.SliderAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.widgets with parameters of type QAbstractSlider.SliderAction Modifier and Type Method Description protected void
QAbstractSlider. setRepeatAction(QAbstractSlider.SliderAction action)
Overloaded function forQAbstractSlider.setRepeatAction(io.qt.widgets.QAbstractSlider.SliderAction, int, int)
protected void
QAbstractSlider. setRepeatAction(QAbstractSlider.SliderAction action, int thresholdTime)
Overloaded function forQAbstractSlider.setRepeatAction(io.qt.widgets.QAbstractSlider.SliderAction, int, int)
withrepeatTime = 50
.protected void
QAbstractSlider. setRepeatAction(QAbstractSlider.SliderAction action, int thresholdTime, int repeatTime)
void
QAbstractSlider. triggerAction(QAbstractSlider.SliderAction action)