Qt 5.2
Qt GUI
C++ Classes
QMovie
Qt 5.2.1 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 : 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
loopCount
() const : int
nextFrameDelay
() const : int
resized
(const QSize &)
scaledSize
() : QSize
setBackgroundColor
(const QColor &)
setCacheMode
(CacheMode)
setDevice
(QIODevice *)
setFileName
(const QString &)
setFormat
(const QByteArray &)
setPaused
(bool)
setScaledSize
(const QSize &)
setSpeed
(int)
speed
() const : int
start
()
started
()
state
() const : MovieState
stateChanged
(QMovie::MovieState)
stop
()
supportedFormats
() : QList<QByteArray>
updated
(const QRect &)