|
|||||||||
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.QBoxLayout.Direction
public static final class QBoxLayout.Direction
This type is used to determine the direction of a box layout.
Field Summary | |
---|---|
static QBoxLayout.Direction |
BottomToTop
Vertical from bottom to top. |
static QBoxLayout.Direction |
LeftToRight
Horizontal from left to right. |
static QBoxLayout.Direction |
RightToLeft
Horizontal from right to left. |
static QBoxLayout.Direction |
TopToBottom
Vertical from top to bottom. |
Method Summary | |
---|---|
static QBoxLayout.Direction |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QBoxLayout.Direction |
valueOf(java.lang.String name)
|
static QBoxLayout.Direction[] |
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 QBoxLayout.Direction LeftToRight
public static final QBoxLayout.Direction RightToLeft
public static final QBoxLayout.Direction TopToBottom
public static final QBoxLayout.Direction BottomToTop
Method Detail |
---|
public static QBoxLayout.Direction[] values()
public static QBoxLayout.Direction valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QBoxLayout.Direction resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |