com.trolltech.qt.gui
Class QStyleHintReturn.StyleOptionVersion
java.lang.Object
java.lang.Enum
com.trolltech.qt.gui.QStyleHintReturn.StyleOptionVersion
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QStyleHintReturn
public static final class QStyleHintReturn.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 QStyleHintReturn
subclass. The version is used by QStyleHintReturn
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 QStyleHintReturn.StyleOptionVersion Version
- 1
values
public static QStyleHintReturn.StyleOptionVersion[] values()
valueOf
public static QStyleHintReturn.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 QStyleHintReturn.StyleOptionVersion resolve(int value)
- Returns the QStyleHintReturn$StyleOptionVersion constant with the specified int.