11namespace MantidWidgets {
19 virtual void updateProgress(
const double progress,
const QString &message,
const double estimatedTime,
20 const int progressPrecision) = 0;
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...