|
|||||||||
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.QListView.ViewMode
public static final class QListView.ViewMode
Field Summary | |
---|---|
static QListView.ViewMode |
IconMode
The items are laid out using LeftToRight flow, with Large size and Free movement |
static QListView.ViewMode |
ListMode
The items are laid out using TopToBottom flow, with Small size and Static movement |
Method Summary | |
---|---|
static QListView.ViewMode |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QListView.ViewMode |
valueOf(java.lang.String name)
|
static QListView.ViewMode[] |
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 QListView.ViewMode ListMode
TopToBottom
flow, with Small size and Static movement
public static final QListView.ViewMode IconMode
LeftToRight
flow, with Large size and Free movement
Method Detail |
---|
public static QListView.ViewMode[] values()
public static QListView.ViewMode valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QListView.ViewMode resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |