Go to the documentation of this file.
10#include <QtWidgets/QProgressDialog>
29 const QByteArray& progressId,
30 const QString& description,
31 bool isCancelable)
override;
33 void OnProgress(
int sessionId,
double currentProgress)
override;
Consume information about progress of some process.
bool IsCanceled(int sessionId) const override
Check if this processing operation should be canceled.
QProgressDialog BaseClass
virtual int BeginProgressSession(const QByteArray &progressId, const QString &description, bool isCancelable) override
Begin progress report session.
CProgressDialog(QWidget *parentWidget=nullptr)
void OnProgress(int sessionId, double currentProgress) override
Callback function for a progress event.
void EndProgressSession(int sessionId) override
Close progress report session.
Standard GUI specific interfaces and components based on Qt.
© Witold Gantzke and Kirill Lepskiy