|
|||||||||
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.QFileDialog.ViewMode
public static final class QFileDialog.ViewMode
This enum describes the view mode of the file dialog; i.e. what information about each file will be displayed.
Field Summary | |
---|---|
static QFileDialog.ViewMode |
Detail
Displays an icon, a name, and details for each item in the directory. |
static QFileDialog.ViewMode |
List
Displays only an icon and a name for each item in the directory. |
Method Summary | |
---|---|
static QFileDialog.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 QFileDialog.ViewMode |
valueOf(java.lang.String name)
|
static QFileDialog.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 QFileDialog.ViewMode Detail
public static final QFileDialog.ViewMode List
Method Detail |
---|
public static QFileDialog.ViewMode[] values()
public static QFileDialog.ViewMode valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QFileDialog.ViewMode resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |