42 #ifndef QDECLARATIVEANIMATEDIMAGE_H 43 #define QDECLARATIVEANIMATEDIMAGE_H 45 #include "private/qdeclarativeimage_p.h" 74 bool isPlaying()
const;
75 void setPlaying(
bool play);
77 bool isPaused()
const;
78 void setPaused(
bool pause);
80 int currentFrame()
const;
81 void setCurrentFrame(
int frame);
83 int frameCount()
const;
89 void playingChanged();
96 void movieRequestFinished();
97 void playingStatusChanged();
114 #endif // QT_NO_MOVIE #define QT_END_NAMESPACE
This macro expands to.
The QMovie class is a convenience class for playing movies with QImageReader.
QScopedPointer< QGraphicsItemPrivate > d_ptr
#define QML_DECLARE_TYPE(TYPE)
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QUrl class provides a convenient interface for working with URLs.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QDeclarativeItem class provides the most basic of all visual items in QML.
QVariant data(int key) const
Returns this item's custom data for the key key as a QVariant.
#define Q_DECLARE_PRIVATE_D(Dptr, Class)
#define Q_AUTOTEST_EXPORT
virtual void componentComplete()
The QSize class defines the size of a two-dimensional object using integer point precision.
virtual void setSource(const QUrl &url)