Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CachedLoader Struct Reference
Collaboration diagram for CachedLoader:

Public Member Functions

 CachedLoader (const QQmlPrivate::CachedQmlUnit *unit)
void loadThread (QQmlTypeLoader *loader, const QQmlDataBlob::Ptr &blob) const
void load (QQmlTypeLoader *loader, const QQmlDataBlob::Ptr &blob) const
void loadAsync (QQmlTypeLoader *loader, const QQmlDataBlob::Ptr &blob) const
 CachedLoader (const QQmlPrivate::CachedQmlUnit *unit)
void loadThread (QQmlTypeLoader *loader, const QQmlDataBlob::Ptr &blob) const
void load (QQmlTypeLoader *loader, const QQmlDataBlob::Ptr &blob) const
void loadAsync (QQmlTypeLoader *loader, const QQmlDataBlob::Ptr &blob) const

Public Attributes

const QQmlPrivate::CachedQmlUnitunit

Detailed Description

Definition at line 183 of file qqmltypeloader.cpp.

Constructor & Destructor Documentation

◆ CachedLoader() [1/2]

CachedLoader::CachedLoader ( const QQmlPrivate::CachedQmlUnit * unit)
inline

Definition at line 185 of file qqmltypeloader.cpp.

◆ CachedLoader() [2/2]

CachedLoader::CachedLoader ( const QQmlPrivate::CachedQmlUnit * unit)
inline

Definition at line 185 of file qqmltypeloader.cpp.

Member Function Documentation

◆ load() [1/2]

void CachedLoader::load ( QQmlTypeLoader * loader,
const QQmlDataBlob::Ptr & blob ) const
inline

Definition at line 191 of file qqmltypeloader.cpp.

◆ load() [2/2]

void CachedLoader::load ( QQmlTypeLoader * loader,
const QQmlDataBlob::Ptr & blob ) const
inline

Definition at line 191 of file qqmltypeloader.cpp.

◆ loadAsync() [1/2]

void CachedLoader::loadAsync ( QQmlTypeLoader * loader,
const QQmlDataBlob::Ptr & blob ) const
inline

Definition at line 195 of file qqmltypeloader.cpp.

◆ loadAsync() [2/2]

void CachedLoader::loadAsync ( QQmlTypeLoader * loader,
const QQmlDataBlob::Ptr & blob ) const
inline

Definition at line 195 of file qqmltypeloader.cpp.

◆ loadThread() [1/2]

void CachedLoader::loadThread ( QQmlTypeLoader * loader,
const QQmlDataBlob::Ptr & blob ) const
inline

Definition at line 187 of file qqmltypeloader.cpp.

◆ loadThread() [2/2]

void CachedLoader::loadThread ( QQmlTypeLoader * loader,
const QQmlDataBlob::Ptr & blob ) const
inline

Definition at line 187 of file qqmltypeloader.cpp.

Member Data Documentation

◆ unit

const QQmlPrivate::CachedQmlUnit * CachedLoader::unit

Definition at line 184 of file qqmltypeloader.cpp.


The documentation for this struct was generated from the following file: