Qt 5.13
Qt GUI
C++ Classes
QMovie
Qt 5.13.2 Reference Documentation
List of All Members for QMovie
This is the complete list of members for
QMovie
, including inherited members.
enum
CacheMode
enum
MovieState
QMovie
(const QString &, const QByteArray &, QObject *)
QMovie
(QIODevice *, const QByteArray &, QObject *)
QMovie
(QObject *)
error
(QImageReader::ImageReaderError )
finished
()
frameChanged
(int )
jumpToNextFrame
() : bool
resized
(const QSize &)
setPaused
(bool )
setSpeed
(int )
start
()
started
()
stateChanged
(QMovie::MovieState )
stop
()
updated
(const QRect &)
~QMovie
()
backgroundColor
() const : QColor
cacheMode
() const : QMovie::CacheMode
currentFrameNumber
() const : int
currentImage
() const : QImage
currentPixmap
() const : QPixmap
device
() const : QIODevice *
fileName
() const : QString
format
() const : QByteArray
frameCount
() const : int
frameRect
() const : QRect
isValid
() const : bool
jumpToFrame
(int ) : bool
lastError
() const : QImageReader::ImageReaderError
lastErrorString
() const : QString
loopCount
() const : int
nextFrameDelay
() const : int
scaledSize
() : QSize
setBackgroundColor
(const QColor &)
setCacheMode
(QMovie::CacheMode )
setDevice
(QIODevice *)
setFileName
(const QString &)
setFormat
(const QByteArray &)
setScaledSize
(const QSize &)
speed
() const : int
state
() const : QMovie::MovieState
supportedFormats
() : QList<QByteArray>