![]() |
Qt 6.x
The Qt SDK
|
#include <qqmltypeloaderthread_p.h>
Definition at line 39 of file qqmltypeloaderthread_p.h.
QT_BEGIN_NAMESPACE QQmlTypeLoaderThread::QQmlTypeLoaderThread | ( | QQmlTypeLoader * | loader | ) |
Definition at line 14 of file qqmltypeloaderthread.cpp.
References QQmlThread::startup().
void QQmlTypeLoaderThread::callCompleted | ( | const QQmlDataBlob::Ptr & | b | ) |
Definition at line 73 of file qqmltypeloaderthread.cpp.
References QQmlThread::isThisThread(), QQmlThread::postMethodToMain(), and QQmlThread::postMethodToThread().
void QQmlTypeLoaderThread::callDownloadProgressChanged | ( | const QQmlDataBlob::Ptr & | b, |
qreal | p | ||
) |
Definition at line 83 of file qqmltypeloaderthread.cpp.
References QQmlThread::isThisThread(), QQmlThread::postMethodToMain(), and QQmlThread::postMethodToThread().
void QQmlTypeLoaderThread::initializeEngine | ( | QQmlEngineExtensionInterface * | iface, |
const char * | uri | ||
) |
Definition at line 99 of file qqmltypeloaderthread.cpp.
References QQmlThread::callMethodInMain().
void QQmlTypeLoaderThread::initializeEngine | ( | QQmlExtensionInterface * | iface, |
const char * | uri | ||
) |
Definition at line 93 of file qqmltypeloaderthread.cpp.
References QQmlThread::callMethodInMain().
Referenced by doInitializeEngine().
void QQmlTypeLoaderThread::load | ( | const QQmlDataBlob::Ptr & | b | ) |
Definition at line 43 of file qqmltypeloaderthread.cpp.
References QQmlThread::callMethodInThread().
void QQmlTypeLoaderThread::loadAsync | ( | const QQmlDataBlob::Ptr & | b | ) |
Definition at line 48 of file qqmltypeloaderthread.cpp.
References QQmlThread::postMethodToThread().
void QQmlTypeLoaderThread::loadWithCachedUnit | ( | const QQmlDataBlob::Ptr & | b, |
const QQmlPrivate::CachedQmlUnit * | unit | ||
) |
Definition at line 63 of file qqmltypeloaderthread.cpp.
References QQmlThread::callMethodInThread().
void QQmlTypeLoaderThread::loadWithCachedUnitAsync | ( | const QQmlDataBlob::Ptr & | b, |
const QQmlPrivate::CachedQmlUnit * | unit | ||
) |
Definition at line 68 of file qqmltypeloaderthread.cpp.
References QQmlThread::postMethodToThread().
void QQmlTypeLoaderThread::loadWithStaticData | ( | const QQmlDataBlob::Ptr & | b, |
const QByteArray & | d | ||
) |
Definition at line 53 of file qqmltypeloaderthread.cpp.
References QQmlThread::callMethodInThread(), and d.
void QQmlTypeLoaderThread::loadWithStaticDataAsync | ( | const QQmlDataBlob::Ptr & | b, |
const QByteArray & | d | ||
) |
Definition at line 58 of file qqmltypeloaderthread.cpp.
References d, and QQmlThread::postMethodToThread().