Mantid
|
#include <IAlgorithmProgressDialogWidget.h>
Public Member Functions | |
virtual std::pair< QTreeWidgetItem *, QProgressBar * > | addAlgorithm (Mantid::API::IAlgorithm_sptr alg)=0 |
Adds an algorithm to the dialog. More... | |
virtual | ~IAlgorithmProgressDialogWidget ()=default |
Definition at line 27 of file IAlgorithmProgressDialogWidget.h.
|
virtualdefault |
|
pure virtual |
Adds an algorithm to the dialog.
Returns the item in the tree widget, and the progress bar within it
Implemented in MantidQt::MantidWidgets::AlgorithmProgressDialogWidget.
Referenced by MantidQt::MantidWidgets::AlgorithmProgressDialogPresenter::algorithmStartedSlot().