Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQmlTypeData::TypeDataCallback Struct Reference

#include <qqmltypedata_p.h>

+ Inheritance diagram for QQmlTypeData::TypeDataCallback:
+ Collaboration diagram for QQmlTypeData::TypeDataCallback:

Public Member Functions

virtual ~TypeDataCallback ()
 
virtual void typeDataProgress (QQmlTypeData *, qreal)
 
virtual void typeDataReady (QQmlTypeData *)
 

Detailed Description

Definition at line 63 of file qqmltypedata_p.h.

Constructor & Destructor Documentation

◆ ~TypeDataCallback()

QT_BEGIN_NAMESPACE QQmlTypeData::TypeDataCallback::~TypeDataCallback ( )
virtual

Definition at line 26 of file qqmltypedata.cpp.

Member Function Documentation

◆ typeDataProgress()

virtual void QQmlTypeData::TypeDataCallback::typeDataProgress ( QQmlTypeData ,
qreal   
)
inlinevirtual

Reimplemented in QQmlComponentPrivate.

Definition at line 65 of file qqmltypedata_p.h.

Referenced by QQmlTypeData::downloadProgressChanged().

+ Here is the caller graph for this function:

◆ typeDataReady()

virtual void QQmlTypeData::TypeDataCallback::typeDataReady ( QQmlTypeData )
inlinevirtual

Reimplemented in QQmlComponentPrivate.

Definition at line 66 of file qqmltypedata_p.h.

Referenced by QQmlTypeData::completed().

+ Here is the caller graph for this function:

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