NAME
Qt::Gui::QMovie
PUBLIC METHODS
- QMovie(QObject * parent = 0)
- QMovie(QObject * parent)
- QMovie(QIODevice * device, const QByteArray & format, QObject * parent = 0)
- QMovie(QIODevice * device, const QByteArray & format, QObject * parent)
- QMovie(QIODevice * device, const QByteArray & format = QByteArray(), QObject * parent = 0)
- QMovie(QIODevice * device, const QByteArray & format, QObject * parent = 0)
- QMovie(const QString & fileName, const QByteArray & format, QObject * parent = 0)
- QMovie(const QString & fileName, const QByteArray & format, QObject * parent)
- QMovie(const QString & fileName, const QByteArray & format = QByteArray(), QObject * parent = 0)
- QMovie(const QString & fileName, const QByteArray & format, QObject * parent = 0)
- ~QMovie()
- QColor backgroundColor()
- QMovie::CacheMode cacheMode()
- QMovie::CacheMode cacheMode()
- int currentFrameNumber()
- QImage currentImage()
- QPixmap currentPixmap()
- QIODevice * device()
- QString fileName()
- QByteArray format()
- int frameCount()
- QRect frameRect()
- bool isValid()
- bool jumpToFrame(int frameNumber)
- bool jumpToNextFrame()
- int loopCount()
- int nextFrameDelay()
- QSize scaledSize()
- void setBackgroundColor(const QColor & color)
- void setCacheMode(QMovie::CacheMode mode)
- void setDevice(QIODevice * device)
- void setFileName(const QString & fileName)
- void setFormat(const QByteArray & format)
- void setPaused(bool paused)
- void setScaledSize(const QSize & size)
- void setSpeed(int percentSpeed)
- int speed()
- void start()
- QMovie::MovieState state()
- void stop()
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.