com.trolltech.qt.gui
Class QBoxLayout.Direction

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

public static final class QBoxLayout.Direction
extends java.lang.Enum
implements QtEnumerator

This enum describes the direction of the timeline when in Running state.

See also:
setDirection().

See Also:
Serialized Form

Field Summary
static QBoxLayout.Direction BottomToTop
           
static QBoxLayout.Direction LeftToRight
           
static QBoxLayout.Direction RightToLeft
           
static QBoxLayout.Direction TopToBottom
           
 
Method Summary
static QBoxLayout.Direction resolve(int value)
          Returns the Direction 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 QBoxLayout.Direction valueOf(java.lang.String name)
           
static QBoxLayout.Direction[] 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

LeftToRight

public static final QBoxLayout.Direction LeftToRight

RightToLeft

public static final QBoxLayout.Direction RightToLeft

TopToBottom

public static final QBoxLayout.Direction TopToBottom

BottomToTop

public static final QBoxLayout.Direction BottomToTop
Method Detail

values

public static QBoxLayout.Direction[] values()

valueOf

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