27namespace MantidWidgets {
43 std::unique_ptr<AlgorithmProgressDialogPresenter>
m_presenter;
56 : QPushButton(
"Cancel", parent),
m_alg(
std::move(alg)) {
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...
std::shared_ptr< IAlgorithm > IAlgorithm_sptr
shared pointer to Mantid::API::IAlgorithm