Uses of Class
io.qt.widgets.QAbstractSpinBox.StepEnabledFlag
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QAbstractSpinBox.StepEnabledFlag in io.qt.widgets
Methods in io.qt.widgets that return QAbstractSpinBox.StepEnabledFlag Modifier and Type Method Description QAbstractSpinBox.StepEnabledFlag[]
QAbstractSpinBox.StepEnabled. flags()
Returns an array of flag objects represented by this StepEnabled.static QAbstractSpinBox.StepEnabledFlag
QAbstractSpinBox.StepEnabledFlag. resolve(int value)
Returns the corresponding enum entry for the given value.static QAbstractSpinBox.StepEnabledFlag
QAbstractSpinBox.StepEnabledFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAbstractSpinBox.StepEnabledFlag[]
QAbstractSpinBox.StepEnabledFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.widgets with parameters of type QAbstractSpinBox.StepEnabledFlag Constructor Description StepEnabled(QAbstractSpinBox.StepEnabledFlag... args)
Creates a new StepEnabled where the flags inargs
are set.