Qt 3 Support Members for QMovie
The following class members are part of the Qt 3 support layer. They are provided to help you port old code to Qt 4. We advise against using them in new code.
Public Functions
- 8 public functions inherited from QObject
Member Function Documentation
bool QMovie::finished () const
Use state() instead.
QImage QMovie::frameImage () const
Use currentImage() instead.
Use currentFrameNumber() instead.
QPixmap QMovie::framePixmap () const
Use currentPixmap() instead.
bool QMovie::isNull () const
Use isValid() instead.
void QMovie::pause ()
Use setPaused(true) instead.
bool QMovie::paused () const
Use state() instead.
See also setPaused().
void QMovie::restart ()
Use stop() and start() instead.
bool QMovie::running () const
Use state() instead.
void QMovie::step ()
Use jumpToNextFrame() instead.
void QMovie::unpause ()
Use setPaused(false) instead.