|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QMovie.MovieState
public static final class QMovie.MovieState
This enum describes the different states of QMovie
.
Field Summary | |
---|---|
static QMovie.MovieState |
NotRunning
The movie is not running. |
static QMovie.MovieState |
Paused
The movie is paused, and QMovie stops emitting updated() or resized() . |
static QMovie.MovieState |
Running
The movie is running. |
Method Summary | |
---|---|
static QMovie.MovieState |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QMovie.MovieState |
valueOf(java.lang.String name)
|
static QMovie.MovieState[] |
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 QMovie.MovieState NotRunning
QMovie
's initial state, and the state it enters after stop()
has been called or the movie is finished.
public static final QMovie.MovieState Paused
QMovie
stops emitting updated()
or resized()
. This state is entered after calling pause() or setPaused
(true). The current frame number it kept, and the movie will continue with the next frame when unpause() or setPaused
(false) is called.
public static final QMovie.MovieState Running
Method Detail |
---|
public static QMovie.MovieState[] values()
public static QMovie.MovieState valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QMovie.MovieState resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |