com.trolltech.qt.gui
Class QStyleOptionProgressBarV2.StyleOptionVersion
java.lang.Object
java.lang.Enum
com.trolltech.qt.gui.QStyleOptionProgressBarV2.StyleOptionVersion
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QStyleOptionProgressBarV2
public static final class QStyleOptionProgressBarV2.StyleOptionVersion
- extends java.lang.Enum
- implements QtEnumerator
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption
subclass. The version is used by QStyleOption
subclasses to implement extensions without breaking compatibility. If you use qstyleoption_cast(), you normally don't need to check it.
See also:
StyleOptionType
.
- 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 |
Version
public static final QStyleOptionProgressBarV2.StyleOptionVersion Version
- 2
values
public static QStyleOptionProgressBarV2.StyleOptionVersion[] values()
valueOf
public static QStyleOptionProgressBarV2.StyleOptionVersion 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
resolve
public static QStyleOptionProgressBarV2.StyleOptionVersion resolve(int value)
- Returns the QStyleOptionProgressBarV2$StyleOptionVersion constant with the specified int.