|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.core.Qt.WindowState
public static final class Qt.WindowState
This enum type is used to specify the current state of a top-level window. The states are
Field Summary | |
---|---|
static Qt.WindowState |
WindowActive
The window is the active window, i.e. |
static Qt.WindowState |
WindowFullScreen
The window fills the entire screen without any frame around it. |
static Qt.WindowState |
WindowMaximized
The window is maximized with a frame around it. |
static Qt.WindowState |
WindowMinimized
The window is minimized (i.e. |
static Qt.WindowState |
WindowNoState
The window has no state set (in normal state). |
Method Summary | |
---|---|
static Qt.WindowStates |
createQFlags(Qt.WindowState[] values)
|
static Qt.WindowState |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static Qt.WindowState |
valueOf(java.lang.String name)
|
static Qt.WindowState[] |
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 Qt.WindowState WindowNoState
public static final Qt.WindowState WindowMinimized
public static final Qt.WindowState WindowMaximized
public static final Qt.WindowState WindowFullScreen
public static final Qt.WindowState WindowActive
Method Detail |
---|
public static Qt.WindowState[] values()
public static Qt.WindowState valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static Qt.WindowStates createQFlags(Qt.WindowState[] values)
public static Qt.WindowState resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |