4#ifndef QQUICKLOADER_P_H
5#define QQUICKLOADER_P_H
28 Q_PROPERTY(
bool active READ active WRITE setActive NOTIFY activeChanged FINAL)
30 Q_PROPERTY(
QQmlComponent *sourceComponent READ sourceComponent WRITE setSourceComponent RESET resetSourceComponent NOTIFY sourceComponentChanged FINAL)
34 Q_PROPERTY(
bool asynchronous READ asynchronous WRITE setAsynchronous NOTIFY asynchronousChanged FINAL)
43 void setActive(
bool newVal);
49 void setSourceWithoutResolve(
const QUrl &
source);
53 void resetSourceComponent();
57 Status status()
const;
58 qreal progress()
const;
60 bool asynchronous()
const;
61 void setAsynchronous(
bool a);
81 QUrl setSourceUrlHelper(
const QUrl &unresolvedUrl);
82 void setSource(
const QUrl &sourceUrl,
bool needsClear);
83 void loadFromSource();
84 void loadFromSourceComponent();
The QJSValue class acts as a container for Qt/JavaScript data types.
The QQmlComponent class encapsulates a QML component definition.
The QQuickItem class provides the most basic of all visual items in \l {Qt Quick}.
virtual void geometryChange(const QRectF &newGeometry, const QRectF &oldGeometry)
void componentComplete() override
\reimp Derived classes should call the base class method before adding their own actions to perform a...
virtual void itemChange(ItemChange, const ItemChangeData &)
Called when change occurs for this item.
ItemChange
Used in conjunction with QQuickItem::itemChange() to notify the item about certain types of changes.
void asynchronousChanged()
void sourceComponentChanged()
\inmodule QtCore\reentrant
void statusChanged(QDeclarativeComponent::Status status)
[1]
Combined button and popup list for selecting options.
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
GLboolean GLboolean GLboolean GLboolean a
[7]
GLsizei GLsizei GLchar * source
#define QML_DECLARE_TYPE(TYPE)
#define QML_NAMED_ELEMENT(NAME)
#define QML_ADDED_IN_VERSION(MAJOR, MINOR)
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent