com.trolltech.qt.gui
Class QListView.ViewMode

java.lang.Object
  extended by java.lang.Enum
      extended by com.trolltech.qt.gui.QListView.ViewMode
All Implemented Interfaces:
QtEnumerator, java.io.Serializable, java.lang.Comparable
Enclosing class:
QListView

public static final class QListView.ViewMode
extends java.lang.Enum
implements QtEnumerator

This enum is used to describe the view mode of the preview widget.

See Also:
Serialized Form

Field Summary
static QListView.ViewMode IconMode
           
static QListView.ViewMode ListMode
           
 
Method Summary
static QListView.ViewMode resolve(int value)
          Returns the ViewMode constant with the specified int.
 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

ListMode

public static final QListView.ViewMode ListMode

IconMode

public static final QListView.ViewMode IconMode
Method Detail

values

public static QListView.ViewMode[] values()

valueOf

public static QListView.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 QListView.ViewMode resolve(int value)
Returns the ViewMode constant with the specified int.