com.trolltech.qt.gui
Class QGraphicsItem.Extension
java.lang.Object
java.lang.Enum
com.trolltech.qt.gui.QGraphicsItem.Extension
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QGraphicsItem
public static final class QGraphicsItem.Extension
- extends java.lang.Enum
- implements QtEnumerator
Note. This is provided as a hook to avoid future problems related to adding virtual functions. See also extension(), supportsExtension() and setExtension().
- 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 |
UserExtension
public static final QGraphicsItem.Extension UserExtension
values
public static QGraphicsItem.Extension[] values()
valueOf
public static QGraphicsItem.Extension 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 QGraphicsItem.Extension resolve(int value)
- Returns the QGraphicsItem$Extension constant with the specified int.