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
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 61 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 63 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 64 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: