com.trolltech.qt.gui
Class QApplication.Type
java.lang.Object
java.lang.Enum
com.trolltech.qt.gui.QApplication.Type
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QApplication
public static final class QApplication.Type
- 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 |
Tty
public static final QApplication.Type Tty
GuiClient
public static final QApplication.Type GuiClient
GuiServer
public static final QApplication.Type GuiServer
values
public static QApplication.Type[] values()
valueOf
public static QApplication.Type 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 QApplication.Type resolve(int value)
- Returns the Type constant with the specified int.