#include <CProgressDialog.h>
|
| CProgressDialog (QWidget *parentWidget=nullptr) |
|
virtual int | BeginProgressSession (const QByteArray &progressId, const QString &description, bool isCancelable) override |
| Begin progress report session.
|
|
void | EndProgressSession (int sessionId) override |
| Close progress report session.
|
|
void | OnProgress (int sessionId, double currentProgress) override |
| Callback function for a progress event.
|
|
bool | IsCanceled (int sessionId) const override |
| Check if this processing operation should be canceled.
|
|
Definition at line 20 of file CProgressDialog.h.
◆ BaseClass
◆ CProgressDialog()
istdgui::CProgressDialog::CProgressDialog |
( |
QWidget * | parentWidget = nullptr | ) |
|
◆ BeginProgressSession()
virtual int istdgui::CProgressDialog::BeginProgressSession |
( |
const QByteArray & | progressId, |
|
|
const QString & | description, |
|
|
bool | isCancelable ) |
|
overridevirtual |
◆ EndProgressSession()
void istdgui::CProgressDialog::EndProgressSession |
( |
int | sessionId | ) |
|
|
overridevirtual |
Close progress report session.
- Parameters
-
sessionId | session ID returned by BeginProgressSession . |
Implements iproc::IProgressManager.
◆ IsCanceled()
bool istdgui::CProgressDialog::IsCanceled |
( |
int | sessionId | ) |
const |
|
overridevirtual |
Check if this processing operation should be canceled.
- Parameters
-
sessionId | session ID returned by BeginProgressSession . |
Implements iproc::IProgressManager.
◆ OnProgress()
void istdgui::CProgressDialog::OnProgress |
( |
int | sessionId, |
|
|
double | currentProgress ) |
|
overridevirtual |
Callback function for a progress event.
- Parameters
-
sessionId | session ID returned by BeginProgressSession . |
Implements iproc::IProgressManager.
The documentation for this class was generated from the following file: