|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QApplication.Type>
com.trolltech.qt.gui.QApplication.Type
public static enum QApplication.Type
Press link for info on QApplication.Type
Enum Constant Summary | |
---|---|
GuiClient
a GUI client application |
|
GuiServer
a GUI server application (for Qtopia Core) |
|
Tty
a console application |
Method Summary | |
---|---|
static QApplication.Type |
resolve(int value)
|
int |
value()
|
static QApplication.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QApplication.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final QApplication.Type Tty
a console application
public static final QApplication.Type GuiClient
a GUI client application
public static final QApplication.Type GuiServer
a GUI server application (for Qtopia Core)
Method Detail |
---|
public static final QApplication.Type[] values()
for(QApplication.Type c : QApplication.Type.values()) System.out.println(c);
public static QApplication.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic int value()
value
in interface QtEnumerator
public static QApplication.Type resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |