20namespace MantidWidgets {
27 enum class Notification { UncheckWorkspace, CheckWorkspace, PrepareProjectFolder };
32 void notify(Notification notification);
34 bool needsSizeWarning(
const std::vector<std::string> &wsNames);
38 void includeWindowsForCheckedWorkspace();
40 void excludeWindowsForUncheckedWorkspace();
42 void prepareProjectFolder();
#define EXPORT_OPT_MANTIDQT_COMMON
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...