Uses of Class
io.qt.gui.QMovie.MovieState
Package | Description |
---|---|
io.qt.gui |
-
Uses of QMovie.MovieState in io.qt.gui
Fields in io.qt.gui with type parameters of type QMovie.MovieState Modifier and Type Field Description QObject.Signal1<QMovie.MovieState>
QMovie. stateChanged
Methods in io.qt.gui that return QMovie.MovieState Modifier and Type Method Description static QMovie.MovieState
QMovie.MovieState. resolve(int value)
Returns the corresponding enum entry for the given value.QMovie.MovieState
QMovie. state()
static QMovie.MovieState
QMovie.MovieState. valueOf(String name)
Returns the enum constant of this type with the specified name.static QMovie.MovieState[]
QMovie.MovieState. values()
Returns an array containing the constants of this enum type, in the order they are declared.