![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmltypeloaderthread_p.h>
Additional Inherited Members | |
| Protected Member Functions inherited from QQmlThread | |
| QThread * | thread () const |
| QObject * | threadObject () const |
Definition at line 39 of file qqmltypeloaderthread_p.h.
| QT_BEGIN_NAMESPACE QQmlTypeLoaderThread::QQmlTypeLoaderThread | ( | QQmlTypeLoader * | loader | ) |
Definition at line 14 of file qqmltypeloaderthread.cpp.
| QQmlTypeLoaderThread::~QQmlTypeLoaderThread | ( | ) |
Definition at line 19 of file qqmltypeloaderthread.cpp.
| void QQmlTypeLoaderThread::callCompleted | ( | const QQmlDataBlob::Ptr & | b | ) |
Definition at line 81 of file qqmltypeloaderthread.cpp.
| void QQmlTypeLoaderThread::callDownloadProgressChanged | ( | const QQmlDataBlob::Ptr & | b, |
| qreal | p ) |
Definition at line 86 of file qqmltypeloaderthread.cpp.
| void QQmlTypeLoaderThread::drop | ( | const QQmlDataBlob::Ptr & | b | ) |
Definition at line 103 of file qqmltypeloaderthread.cpp.
| void QQmlTypeLoaderThread::initializeEngine | ( | QQmlEngineExtensionInterface * | iface, |
| const char * | uri ) |
Definition at line 97 of file qqmltypeloaderthread.cpp.
| void QQmlTypeLoaderThread::initializeEngine | ( | QQmlExtensionInterface * | iface, |
| const char * | uri ) |
Definition at line 91 of file qqmltypeloaderthread.cpp.
| void QQmlTypeLoaderThread::load | ( | const QQmlDataBlob::Ptr & | b | ) |
Definition at line 51 of file qqmltypeloaderthread.cpp.
| void QQmlTypeLoaderThread::loadAsync | ( | const QQmlDataBlob::Ptr & | b | ) |
Definition at line 56 of file qqmltypeloaderthread.cpp.
| void QQmlTypeLoaderThread::loadWithCachedUnit | ( | const QQmlDataBlob::Ptr & | b, |
| const QQmlPrivate::CachedQmlUnit * | unit ) |
Definition at line 71 of file qqmltypeloaderthread.cpp.
| void QQmlTypeLoaderThread::loadWithCachedUnitAsync | ( | const QQmlDataBlob::Ptr & | b, |
| const QQmlPrivate::CachedQmlUnit * | unit ) |
Definition at line 76 of file qqmltypeloaderthread.cpp.
| void QQmlTypeLoaderThread::loadWithStaticData | ( | const QQmlDataBlob::Ptr & | b, |
| const QByteArray & | d ) |
Definition at line 61 of file qqmltypeloaderthread.cpp.
| void QQmlTypeLoaderThread::loadWithStaticDataAsync | ( | const QQmlDataBlob::Ptr & | b, |
| const QByteArray & | d ) |
Definition at line 66 of file qqmltypeloaderthread.cpp.