|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.trolltech.qt.core.QTimeLine.State
public static final class QTimeLine.State
This enum describes the state of the timeline.
state(), and stateChanged() .
| Field Summary | |
|---|---|
static QTimeLine.State |
NotRunning
The timeline is not running. |
static QTimeLine.State |
Paused
The timeline is paused (i.e., temporarily suspended). |
static QTimeLine.State |
Running
The timeline is running. |
| Method Summary | |
|---|---|
static QTimeLine.State |
resolve(int value)
|
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 |
|---|
public static final QTimeLine.State NotRunning
QTimeLine, and the state QTimeLine reenters when finished. The current time, frame and value remain unchanged until either setCurrentTime() is called, or the timeline is started by calling start().
public static final QTimeLine.State Paused
public static final QTimeLine.State Running
QTimeLine will update its current time at regular intervals, emitting valueChanged() and frameChanged() when appropriate.
| Method Detail |
|---|
public static QTimeLine.State[] values()
public static QTimeLine.State valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QTimeLine.State resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||