|
|||||||||
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.QMdiArea.WindowOrder
public static final class QMdiArea.WindowOrder
Specifies the criteria to use for ordering the list of child windows returned by subWindowList()
. The functions cascadeSubWindows()
and tileSubWindows()
follow this order when arranging the windows.
subWindowList()
.
Field Summary | |
---|---|
static QMdiArea.WindowOrder |
ActivationHistoryOrder
The windows are returned in the order in which they were activated. |
static QMdiArea.WindowOrder |
CreationOrder
The windows are returned in the order of their creation. |
static QMdiArea.WindowOrder |
StackingOrder
The windows are returned in the order in which they are stacked, with the top-most window being last in the list. |
Method Summary | |
---|---|
static QMdiArea.WindowOrder |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QMdiArea.WindowOrder |
valueOf(java.lang.String name)
|
static QMdiArea.WindowOrder[] |
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 QMdiArea.WindowOrder CreationOrder
public static final QMdiArea.WindowOrder StackingOrder
public static final QMdiArea.WindowOrder ActivationHistoryOrder
Method Detail |
---|
public static QMdiArea.WindowOrder[] values()
public static QMdiArea.WindowOrder valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QMdiArea.WindowOrder resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |