![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <private/qqmlrefcount_p.h>
#include <private/qqmltypeloaderqmldircontent_p.h>
#include <private/qqmltypeloaderthread_p.h>
#include <private/qv4engine_p.h>
#include <QtQml/qtqmlglobal.h>
#include <QtQml/qqmlengine.h>
#include <QtCore/qcache.h>
#include <QtCore/qthread.h>
Go to the source code of this file.
using QQmlTypeLoaderConfiguredDataConstPtr = QQmlTypeLoaderConfiguredDataPtrBase<const QQmlTypeLoaderConfiguredData, const QQmlTypeLoaderLockedData> |
Definition at line 285 of file qqmltypeloaderdata_p.h.
using QQmlTypeLoaderConfiguredDataPtr = QQmlTypeLoaderConfiguredDataPtrBase<QQmlTypeLoaderConfiguredData, QQmlTypeLoaderLockedData> |
Definition at line 284 of file qqmltypeloaderdata_p.h.
using QQmlTypeLoaderSharedDataConstPtr = QQmlTypeLoaderSharedDataPtrBase<const QQmlTypeLoaderSharedData, const QQmlTypeLoaderLockedData> |
Definition at line 232 of file qqmltypeloaderdata_p.h.
using QQmlTypeLoaderSharedDataPtr = QQmlTypeLoaderSharedDataPtrBase<QQmlTypeLoaderSharedData, QQmlTypeLoaderLockedData> |
Definition at line 231 of file qqmltypeloaderdata_p.h.
using QQmlTypeLoaderThreadDataConstPtr = QQmlTypeLoaderThreadDataPtrBase<const QQmlTypeLoaderThreadData, const QQmlTypeLoaderLockedData> |
Definition at line 256 of file qqmltypeloaderdata_p.h.
using QQmlTypeLoaderThreadDataPtr = QQmlTypeLoaderThreadDataPtrBase<QQmlTypeLoaderThreadData, QQmlTypeLoaderLockedData> |
Definition at line 255 of file qqmltypeloaderdata_p.h.