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
StaticLoader Struct Reference
+ Collaboration diagram for StaticLoader:

Public Member Functions

 StaticLoader (const QByteArray &data)
 
void loadThread (QQmlTypeLoader *loader, QQmlDataBlob *blob) const
 
void load (QQmlTypeLoader *loader, QQmlDataBlob *blob) const
 
void loadAsync (QQmlTypeLoader *loader, QQmlDataBlob *blob) const
 

Public Attributes

const QByteArraydata
 

Detailed Description

Definition at line 121 of file qqmltypeloader.cpp.

Constructor & Destructor Documentation

◆ StaticLoader()

StaticLoader::StaticLoader ( const QByteArray & data)
inline

Definition at line 123 of file qqmltypeloader.cpp.

Member Function Documentation

◆ load()

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

Definition at line 129 of file qqmltypeloader.cpp.

References QQmlTypeLoaderThread::loadWithStaticData().

+ Here is the call graph for this function:

◆ loadAsync()

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

Definition at line 133 of file qqmltypeloader.cpp.

References QQmlTypeLoaderThread::loadWithStaticDataAsync().

+ Here is the call graph for this function:

◆ loadThread()

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

Definition at line 125 of file qqmltypeloader.cpp.

Member Data Documentation

◆ data

const QByteArray& StaticLoader::data

Definition at line 122 of file qqmltypeloader.cpp.


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