com.trolltech.qt.gui
Class QAbstractSpinBox.StepEnabledFlag
java.lang.Object
java.lang.Enum
com.trolltech.qt.gui.QAbstractSpinBox.StepEnabledFlag
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QAbstractSpinBox
public static final class QAbstractSpinBox.StepEnabledFlag
- extends java.lang.Enum
- implements QtEnumerator
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
StepNone
public static final QAbstractSpinBox.StepEnabledFlag StepNone
StepUpEnabled
public static final QAbstractSpinBox.StepEnabledFlag StepUpEnabled
StepDownEnabled
public static final QAbstractSpinBox.StepEnabledFlag StepDownEnabled
values
public static QAbstractSpinBox.StepEnabledFlag[] values()
valueOf
public static QAbstractSpinBox.StepEnabledFlag valueOf(java.lang.String name)
value
public int value()
- This function should return an integer value for the enum values of the enumeration that implements this interface.
- Specified by:
value
in interface QtEnumerator
createQFlags
public static QAbstractSpinBox.StepEnabled createQFlags(QAbstractSpinBox.StepEnabledFlag[] values)
- This function creates a com.trolltech.qt.gui.QAbstractSpinBox$StepEnabled with the specified com.trolltech.qt.gui.QAbstractSpinBox$StepEnabledFlag[] QAbstractSpinBox$StepEnabledFlag values set.
resolve
public static QAbstractSpinBox.StepEnabledFlag resolve(int value)
- Returns the QAbstractSpinBox$StepEnabledFlag constant with the specified int.