com.trolltech.qt.core
Class QTimeLine.State

java.lang.Object
  extended by java.lang.Enum
      extended by com.trolltech.qt.core.QTimeLine.State
All Implemented Interfaces:
QtEnumerator, java.io.Serializable, java.lang.Comparable
Enclosing class:
QTimeLine

public static final class QTimeLine.State
extends java.lang.Enum
implements QtEnumerator

This enum describes the state of a window. Most of the transitional states are set just before a call to QScreen::exposeRegion() and reset immediately afterwards.

See also:
state(), and QScreen::exposeRegion().

See Also:
Serialized Form

Field Summary
static QTimeLine.State NotRunning
           
static QTimeLine.State Paused
           
static QTimeLine.State Running
           
 
Method Summary
static QTimeLine.State resolve(int value)
          Returns the State 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 QTimeLine.State valueOf(java.lang.String name)
           
static QTimeLine.State[] 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

NotRunning

public static final QTimeLine.State NotRunning

Paused

public static final QTimeLine.State Paused

Running

public static final QTimeLine.State Running
Method Detail

values

public static QTimeLine.State[] values()

valueOf

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