42 #ifndef QDECLARATIVELOADER_H 43 #define QDECLARATIVELOADER_H 70 void setSource(const
QUrl &);
74 void resetSourceComponent();
78 qreal progress()
const;
86 void progressChanged();
108 #endif // QDECLARATIVELOADER_H The QVariant class acts like a union for the most common Qt data types.
#define QT_END_NAMESPACE
This macro expands to.
QScopedPointer< QGraphicsItemPrivate > d_ptr
#define QML_DECLARE_TYPE(TYPE)
static LibLoadStatus status
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
#define Q_PRIVATE_SLOT(d, signature)
GraphicsItemChange
This enum describes the state changes that are notified by QGraphicsItem::itemChange().
The QUrl class provides a convenient interface for working with URLs.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QRectF class defines a rectangle in the plane using floating point precision. ...
The QDeclarativeComponent class encapsulates a QML component definition.
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.
virtual void geometryChanged(const QRectF &newGeometry, const QRectF &oldGeometry)
This function is called to handle this item's changes in geometry from oldGeometry to newGeometry...
virtual bool eventFilter(QObject *, QEvent *)
Filters events if this object has been installed as an event filter for the watched object...
#define Q_DECLARE_PRIVATE_D(Dptr, Class)
virtual QVariant itemChange(GraphicsItemChange, const QVariant &)
Note that unlike QGraphicsItems, QDeclarativeItem::itemChange() is not called during initial widget p...
virtual void componentComplete()
#define Q_AUTOTEST_EXPORT
The QGraphicsObject class provides a base class for all graphics items that require signals...
The QEvent class is the base class of all event classes.