com.trolltech.qt.gui
Class QStyleHintReturnVariant.StyleOptionType
java.lang.Object
java.lang.Enum
com.trolltech.qt.gui.QStyleHintReturnVariant.StyleOptionType
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QStyleHintReturnVariant
public static final class QStyleHintReturnVariant.StyleOptionType
- extends java.lang.Enum
- implements QtEnumerator
This enum is used to hold information about the type of the style option, and is defined for each QStyleHintReturn subclass. The type is used internally by QStyleHintReturn, its subclasses, and qstyleoption_cast() to determine the type of style option. In general you do not need to worry about this unless you want to create your own QStyleHintReturn subclass and your own styles.
See also:
StyleOptionVersion .
- 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 |
Type
public static final QStyleHintReturnVariant.StyleOptionType Type
- The type of style option provided (
SH_Variant for this class).
values
public static QStyleHintReturnVariant.StyleOptionType[] values()
valueOf
public static QStyleHintReturnVariant.StyleOptionType 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 QStyleHintReturnVariant.StyleOptionType resolve(int value)
- Returns the QStyleHintReturnVariant$StyleOptionType constant with the specified int.