Uses of Enum
io.qt.widgets.QAbstractSlider.SliderAction
Packages that use QAbstractSlider.SliderAction
-
Uses of QAbstractSlider.SliderAction in io.qt.widgets
Methods in io.qt.widgets that return QAbstractSlider.SliderActionModifier and TypeMethodDescriptionprotected final QAbstractSlider.SliderActionQAbstractSlider.repeatAction()static QAbstractSlider.SliderActionQAbstractSlider.SliderAction.resolve(int value) Returns the corresponding enum entry for the given value.static QAbstractSlider.SliderActionReturns 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.SliderActionModifier and TypeMethodDescriptionprotected final voidQAbstractSlider.setRepeatAction(QAbstractSlider.SliderAction action) Overloaded function forQAbstractSlider.setRepeatAction(io.qt.widgets.QAbstractSlider.SliderAction, int, int)protected final voidQAbstractSlider.setRepeatAction(QAbstractSlider.SliderAction action, int thresholdTime) Overloaded function forQAbstractSlider.setRepeatAction(io.qt.widgets.QAbstractSlider.SliderAction, int, int)withrepeatTime = 50.protected final voidQAbstractSlider.setRepeatAction(QAbstractSlider.SliderAction action, int thresholdTime, int repeatTime) final voidQAbstractSlider.triggerAction(QAbstractSlider.SliderAction action)