com.trolltech.qt.gui
Class QTextFormat.ObjectTypes
java.lang.Object
java.lang.Enum
com.trolltech.qt.gui.QTextFormat.ObjectTypes
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QTextFormat
public static final class QTextFormat.ObjectTypes
- 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 |
NoObject
public static final QTextFormat.ObjectTypes NoObject
ImageObject
public static final QTextFormat.ObjectTypes ImageObject
TableObject
public static final QTextFormat.ObjectTypes TableObject
TableCellObject
public static final QTextFormat.ObjectTypes TableCellObject
UserObject
public static final QTextFormat.ObjectTypes UserObject
- The first object that can be used for application-specific purposes.
values
public static QTextFormat.ObjectTypes[] values()
valueOf
public static QTextFormat.ObjectTypes 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 QTextFormat.ObjectTypes resolve(int value)
- Returns the QTextFormat$ObjectTypes constant with the specified int.