|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QApplication.Type
public static final class QApplication.Type
| Field Summary | |
|---|---|
static QApplication.Type |
GuiClient
a GUI client application |
static QApplication.Type |
GuiServer
a GUI server application (for Qt for Embedded Linux) |
static QApplication.Type |
Tty
a console application |
| Method Summary | |
|---|---|
static QApplication.Type |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QApplication.Type |
valueOf(java.lang.String name)
|
static QApplication.Type[] |
values()
|
| 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 |
| Field Detail |
|---|
public static final QApplication.Type Tty
public static final QApplication.Type GuiClient
public static final QApplication.Type GuiServer
| Method Detail |
|---|
public static QApplication.Type[] values()
public static QApplication.Type valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QApplication.Type resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||