Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
CachedLoader Struct Reference
+ Collaboration diagram for CachedLoader:

Public Member Functions

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

Public Attributes

const QQmlPrivate::CachedQmlUnitunit
 

Detailed Description

Definition at line 139 of file qqmltypeloader.cpp.

Constructor & Destructor Documentation

◆ CachedLoader()

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

Definition at line 141 of file qqmltypeloader.cpp.

Member Function Documentation

◆ load()

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

Definition at line 147 of file qqmltypeloader.cpp.

References QQmlTypeLoaderThread::loadWithCachedUnit(), and unit.

+ Here is the call graph for this function:

◆ loadAsync()

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

Definition at line 151 of file qqmltypeloader.cpp.

References QQmlTypeLoaderThread::loadWithCachedUnitAsync(), and unit.

+ Here is the call graph for this function:

◆ loadThread()

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

Definition at line 143 of file qqmltypeloader.cpp.

References unit.

Member Data Documentation

◆ unit

const QQmlPrivate::CachedQmlUnit* CachedLoader::unit

Definition at line 140 of file qqmltypeloader.cpp.

Referenced by load(), loadAsync(), and loadThread().


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