Qt 5.11
Qt GUI
C++ Classes
QMovie
Qt 5.11.3 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
(QObject *)
QMovie
(QIODevice *, const QByteArray &, QObject *)
QMovie
(const QString &, const QByteArray &, QObject *)
~QMovie
()
backgroundColor
() const : QColor
cacheMode
() const : QMovie::CacheMode
currentFrameNumber
() const : int
currentImage
() const : QImage
currentPixmap
() const : QPixmap
device
() const : QIODevice *
error
(QImageReader::ImageReaderError )
fileName
() const : QString
finished
()
format
() const : QByteArray
frameChanged
(int )
frameCount
() const : int
frameRect
() const : QRect
isValid
() const : bool
jumpToFrame
(int ) : bool
jumpToNextFrame
() : bool
lastError
() const : QImageReader::ImageReaderError
lastErrorString
() const : QString
loopCount
() const : int
metaObject
() const : const QMetaObject *
nextFrameDelay
() const : int
qt_metacall
(
QMetaObject::Call
,
int
,
void **
) : int
qt_metacast
(
const char *
) : void *
resized
(const QSize &)
scaledSize
() : QSize
setBackgroundColor
(const QColor &)
setCacheMode
(QMovie::CacheMode )
setDevice
(QIODevice *)
setFileName
(const QString &)
setFormat
(const QByteArray &)
setPaused
(bool )
setScaledSize
(const QSize &)
setSpeed
(int )
speed
() const : int
start
()
started
()
state
() const : QMovie::MovieState
stateChanged
(QMovie::MovieState )
staticMetaObject
: const QMetaObject
stop
()
supportedFormats
() : QList<QByteArray>
tr
(const char *, const char *, int ) : QString
trUtf8
(const char *, const char *, int ) : QString
updated
(const QRect &)