#include <IAlgorithmProgressWidget.h>
Definition at line 12 of file IAlgorithmProgressWidget.h.
◆ IAlgorithmProgressWidget()
MantidQt::MantidWidgets::IAlgorithmProgressWidget::IAlgorithmProgressWidget |
( |
| ) |
|
|
default |
◆ ~IAlgorithmProgressWidget()
virtual MantidQt::MantidWidgets::IAlgorithmProgressWidget::~IAlgorithmProgressWidget |
( |
| ) |
|
|
virtualdefault |
◆ algorithmEnded()
virtual void MantidQt::MantidWidgets::IAlgorithmProgressWidget::algorithmEnded |
( |
| ) |
|
|
pure virtual |
◆ algorithmStarted()
virtual void MantidQt::MantidWidgets::IAlgorithmProgressWidget::algorithmStarted |
( |
| ) |
|
|
pure virtual |
◆ showDetailsDialog()
virtual void MantidQt::MantidWidgets::IAlgorithmProgressWidget::showDetailsDialog |
( |
| ) |
|
|
pure virtual |
◆ updateProgress()
virtual void MantidQt::MantidWidgets::IAlgorithmProgressWidget::updateProgress |
( |
const double |
progress, |
|
|
const QString & |
message, |
|
|
const double |
estimatedTime, |
|
|
const int |
progressPrecision |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: