Qt 5.12
Qt QML
C++ Classes
QQmlComponent
Qt 5.12.6 Reference Documentation
List of All Members for QQmlComponent
This is the complete list of members for
QQmlComponent
, including inherited members.
enum
CompilationMode
enum
Status
QQmlComponent
(QQmlEngine *, QObject *)
QQmlComponent
(QQmlEngine *, const QString &, QObject *)
QQmlComponent
(QQmlEngine *, const QString &, QQmlComponent::CompilationMode , QObject *)
QQmlComponent
(QQmlEngine *, const QUrl &, QObject *)
QQmlComponent
(QQmlEngine *, const QUrl &, QQmlComponent::CompilationMode , QObject *)
~QQmlComponent
()
beginCreate
(QQmlContext *) : QObject *
completeCreate
()
create
(QQmlContext *) : QObject *
create
(QQmlIncubator &, QQmlContext *, QQmlContext *)
creationContext
() const : QQmlContext *
engine
() const : QQmlEngine *
errors
() const : QList<QQmlError>
isError
() const : bool
isLoading
() const : bool
isNull
() const : bool
isReady
() const : bool
loadUrl
(const QUrl &)
loadUrl
(const QUrl &, QQmlComponent::CompilationMode )
metaObject
() const : const QMetaObject *
progress
() const : qreal
progressChanged
(qreal )
qt_metacall
(
QMetaObject::Call
,
int
,
void **
) : int
qt_metacast
(
const char *
) : void *
setData
(const QByteArray &, const QUrl &)
staticMetaObject
: const QMetaObject
status
() const : QQmlComponent::Status
statusChanged
(QQmlComponent::Status )
tr
(const char *, const char *, int ) : QString
trUtf8
(const char *, const char *, int ) : QString
url
() const : QUrl