12namespace MantidWidgets {
20 enum class Style { PERCENTAGE, ENDLESS };
27 virtual void setProgressRange(
int min,
int max);
29 bool isPercentageIndicator()
const;
30 void setAsPercentageIndicator();
31 void setAsEndlessIndicator();
#define EXPORT_OPT_MANTIDQT_COMMON
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...