42 #ifndef QDECLARATIVEIMAGEBASE_H 43 #define QDECLARATIVEIMAGEBASE_H 70 qreal progress()
const;
73 virtual void setSource(
const QUrl &url);
75 bool asynchronous()
const;
76 void setAsynchronous(
bool);
81 virtual void setSourceSize(
const QSize&);
82 QSize sourceSize()
const;
83 void resetSourceSize();
85 virtual void setMirror(
bool mirror);
89 void sourceChanged(
const QUrl &);
90 void sourceSizeChanged();
92 void progressChanged(
qreal progress);
93 void asynchronousChanged();
94 Q_REVISION(1)
void cacheChanged();
95 Q_REVISION(1)
void mirrorChanged();
100 virtual void pixmapChange();
104 virtual void requestFinished();
116 #endif // QDECLARATIVEIMAGEBASE_H
#define QT_END_NAMESPACE
This macro expands to.
QScopedPointer< QGraphicsItemPrivate > d_ptr
static LibLoadStatus status
#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)
virtual void componentComplete()
#define Q_AUTOTEST_EXPORT
The QSize class defines the size of a two-dimensional object using integer point precision.