|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QListView.Flow>
com.trolltech.qt.gui.QListView.Flow
public static enum QListView.Flow
Press link for info on QListView.Flow
Enum Constant Summary | |
---|---|
LeftToRight
The items are laid out in the view from the left to the right. |
|
TopToBottom
The items are laid out in the view from the top to the bottom. |
Method Summary | |
---|---|
static QListView.Flow |
resolve(int value)
|
int |
value()
|
static QListView.Flow |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QListView.Flow[] |
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 QListView.Flow LeftToRight
The items are laid out in the view from the left to the right.
public static final QListView.Flow TopToBottom
The items are laid out in the view from the top to the bottom.
Method Detail |
---|
public static final QListView.Flow[] values()
for(QListView.Flow c : QListView.Flow.values()) System.out.println(c);
public static QListView.Flow 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 QListView.Flow resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |