|
|||||||||
| 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.Direction
public static final class QTimeLine.Direction
This enum describes the direction of the timeline when in Running state.
| Field Summary | |
|---|---|
static QTimeLine.Direction |
Backward
The current time of the timeline decreases with time (i.e., moves from the end / duration and towards 0). |
static QTimeLine.Direction |
Forward
The current time of the timeline increases with time (i.e., moves from 0 and towards the end / duration). |
| Method Summary | |
|---|---|
static QTimeLine.Direction |
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.Direction |
valueOf(java.lang.String name)
|
static QTimeLine.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 |
|---|
public static final QTimeLine.Direction Forward
public static final QTimeLine.Direction Backward
| Method Detail |
|---|
public static QTimeLine.Direction[] values()
public static QTimeLine.Direction valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QTimeLine.Direction resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||