_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 | |
AlgorithmObserverAdapter(PyObject *self) | Mantid::PythonInterface::AlgorithmObserverAdapter | explicit |
AlgorithmObserverAdapter(const AlgorithmObserverAdapter &)=delete | Mantid::PythonInterface::AlgorithmObserverAdapter | |
errorHandle(const API::IAlgorithm *alg, const std::string &what) override | Mantid::PythonInterface::AlgorithmObserverAdapter | virtual |
finishHandle(const API::IAlgorithm *alg) override | Mantid::PythonInterface::AlgorithmObserverAdapter | virtual |
getSelf() const | Mantid::PythonInterface::AlgorithmObserverAdapter | inlineprivate |
m_errorObserver | Mantid::API::AlgorithmObserver | private |
m_finishObserver | Mantid::API::AlgorithmObserver | private |
m_progressObserver | Mantid::API::AlgorithmObserver | private |
m_self | Mantid::PythonInterface::AlgorithmObserverAdapter | 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 | |
operator=(const AlgorithmObserverAdapter &)=delete | Mantid::PythonInterface::AlgorithmObserverAdapter | |
progressHandle(const API::IAlgorithm *alg, double p, const std::string &msg, const double estimatedTime, const int progressPrecision) override | Mantid::PythonInterface::AlgorithmObserverAdapter | virtual |
startHandle(const IAlgorithm *alg) | Mantid::API::AlgorithmObserver | virtual |
startingHandle(API::IAlgorithm_sptr alg) override | Mantid::PythonInterface::AlgorithmObserverAdapter | 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 |