_errorHandle(const Poco::AutoPtr< Algorithm::ErrorNotification > &pNf) | Mantid::API::AlgorithmObserver | private |
_finishHandle(const Poco::AutoPtr< Algorithm::FinishedNotification > &pNf) | Mantid::API::AlgorithmObserver | private |
_progressHandle(const Poco::AutoPtr< Algorithm::ProgressNotification > &pNf) | Mantid::API::AlgorithmObserver | private |
_startHandle(const Poco::AutoPtr< Algorithm::StartedNotification > &pNf) | Mantid::API::AlgorithmObserver | private |
_startingHandle(const Poco::AutoPtr< AlgorithmStartingNotification > &pNf) | Mantid::API::AlgorithmObserver | private |
AlgorithmObserver() | Mantid::API::AlgorithmObserver | |
AlgorithmObserver(const IAlgorithm_const_sptr &alg) | Mantid::API::AlgorithmObserver | |
AlgorithmProgressModel(AlgorithmProgressPresenter *presenter) | MantidQt::MantidWidgets::AlgorithmProgressModel | |
errorHandle(const Mantid::API::IAlgorithm *alg, const std::string &what) override | MantidQt::MantidWidgets::AlgorithmProgressModel | virtual |
finishHandle(const Mantid::API::IAlgorithm *alg) override | MantidQt::MantidWidgets::AlgorithmProgressModel | virtual |
m_dialogPresenter | MantidQt::MantidWidgets::AlgorithmProgressModel | private |
m_errorObserver | Mantid::API::AlgorithmObserver | private |
m_finishObserver | Mantid::API::AlgorithmObserver | private |
m_mainWindowPresenter | MantidQt::MantidWidgets::AlgorithmProgressModel | private |
m_progressObserver | Mantid::API::AlgorithmObserver | private |
m_startingObserver | Mantid::API::AlgorithmObserver | private |
m_startObserver | Mantid::API::AlgorithmObserver | private |
observeAll(const IAlgorithm_const_sptr &alg) | Mantid::API::AlgorithmObserver | |
observeError(const IAlgorithm_const_sptr &alg) | Mantid::API::AlgorithmObserver | |
observeFinish(const IAlgorithm_const_sptr &alg) | Mantid::API::AlgorithmObserver | |
observeProgress(const IAlgorithm_const_sptr &alg) | Mantid::API::AlgorithmObserver | |
observeStart(const IAlgorithm_const_sptr &alg) | Mantid::API::AlgorithmObserver | |
observeStarting() | Mantid::API::AlgorithmObserver | |
progressHandle(const Mantid::API::IAlgorithm *alg, double progress, const std::string &message, const double estimatedTime, const int progressPrecision) override | MantidQt::MantidWidgets::AlgorithmProgressModel | virtual |
removeFrom(const Mantid::API::IAlgorithm *alg) | MantidQt::MantidWidgets::AlgorithmProgressModel | |
setDialog(AlgorithmProgressDialogPresenter *) | MantidQt::MantidWidgets::AlgorithmProgressModel | |
startHandle(const Mantid::API::IAlgorithm *alg) override | MantidQt::MantidWidgets::AlgorithmProgressModel | virtual |
startingHandle(Mantid::API::IAlgorithm_sptr alg) override | MantidQt::MantidWidgets::AlgorithmProgressModel | virtual |
stopObserving(const IAlgorithm_const_sptr &alg) | Mantid::API::AlgorithmObserver | |
stopObserving(const Mantid::API::IAlgorithm *alg) | Mantid::API::AlgorithmObserver | |
stopObservingManager() | Mantid::API::AlgorithmObserver | |
~AlgorithmObserver() | Mantid::API::AlgorithmObserver | virtual |
~AlgorithmProgressModel() override | MantidQt::MantidWidgets::AlgorithmProgressModel | |