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
QQmlNotifyingBlob::Callback Struct Reference

#include <qqmlnotifyingblob_p.h>

Inheritance diagram for QQmlNotifyingBlob::Callback:
Collaboration diagram for QQmlNotifyingBlob::Callback:

Public Member Functions

virtual ~Callback ()
virtual void ready (QQmlNotifyingBlob *)
virtual void progress (QQmlNotifyingBlob *, qreal)

Detailed Description

Definition at line 29 of file qqmlnotifyingblob_p.h.

Constructor & Destructor Documentation

◆ ~Callback()

QT_BEGIN_NAMESPACE QQmlNotifyingBlob::Callback::~Callback ( )
virtualdefault

Member Function Documentation

◆ progress()

void QQmlNotifyingBlob::Callback::progress ( QQmlNotifyingBlob * ,
qreal  )
virtual

Reimplemented in QQmlComponentPrivate.

Definition at line 11 of file qqmlnotifyingblob.cpp.

◆ ready()

void QQmlNotifyingBlob::Callback::ready ( QQmlNotifyingBlob * )
virtual

Reimplemented in QQmlComponentPrivate, QV4Include, WorkerScript, and WorkerScript.

Definition at line 10 of file qqmlnotifyingblob.cpp.


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