com.trolltech.qt.gui
Class QFileDialog.ViewMode
java.lang.Object
java.lang.Enum
com.trolltech.qt.gui.QFileDialog.ViewMode
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QFileDialog
public static final class QFileDialog.ViewMode
- extends java.lang.Enum
- implements QtEnumerator
This enum is used to describe the view mode of the preview widget.
- See Also:
- Serialized Form
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 |
Detail
public static final QFileDialog.ViewMode Detail
List
public static final QFileDialog.ViewMode List
values
public static QFileDialog.ViewMode[] values()
valueOf
public static QFileDialog.ViewMode valueOf(java.lang.String name)
value
public int value()
- This function should return an integer value for the enum values of the enumeration that implements this interface.
- Specified by:
value
in interface QtEnumerator
resolve
public static QFileDialog.ViewMode resolve(int value)
- Returns the ViewMode constant with the specified int.