35namespace MantidWidgets {
43 void algorithmStarted()
override;
45 void algorithmEnded()
override;
47 void blockUpdates(
bool block =
true);
49 void updateProgress(
const double progress,
const QString &message,
const double estimatedTime,
50 const int progressPrecision)
override;
53 void showDetailsDialog()
override;
#define EXPORT_OPT_MANTIDQT_COMMON
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...