|
Mantid
|
#include <FitPropertyBrowserFindPeaksExt.h>
Signals | |
| void | algCompletedSignal () |
| Emitted when alg completes. | |
Protected Member Functions | |
| void | finishHandle (const Mantid::API::IAlgorithm *alg) override |
Additional Inherited Members | |
Public Member Functions inherited from Mantid::API::AlgorithmObserver | |
| AlgorithmObserver () | |
| Default constructor. | |
| AlgorithmObserver (const IAlgorithm_const_sptr &alg) | |
| Constructs AlgorithmObserver and connects all its handlers to algorithm alg. | |
| virtual void | errorHandle (const IAlgorithm *alg, const std::string &what) |
| void | observeAll (const IAlgorithm_const_sptr &alg) |
| Connect to algorithm alg and observe all its notifications. | |
| void | observeError (const IAlgorithm_const_sptr &alg) |
| Connect to algorithm alg and observe its error notification. | |
| void | observeFinish (const IAlgorithm_const_sptr &alg) |
| Connect to algorithm alg and observe its finish notification. | |
| void | observeProgress (const IAlgorithm_const_sptr &alg) |
| Connect to algorithm alg and observe its progress notification. | |
| void | observeStart (const IAlgorithm_const_sptr &alg) |
| Connect to algorithm alg and observe its start notification. | |
| void | observeStarting () |
| Connect to AlgorithmManager and observe its starting notifications. | |
| virtual void | progressHandle (const IAlgorithm *alg, double p, const std::string &msg, const double estimatedTime, const int progressPrecision) |
| virtual void | startHandle (const IAlgorithm *alg) |
| virtual void | startingHandle (IAlgorithm_sptr alg) |
| void | stopObserving (const IAlgorithm_const_sptr &alg) |
| Disconnect from algorithm alg. | |
| void | stopObserving (const Mantid::API::IAlgorithm *alg) |
| void | stopObservingManager () |
| Disconnect from the algorithm manager. | |
| virtual | ~AlgorithmObserver () |
| Virtual destructor. | |
Definition at line 21 of file FitPropertyBrowserFindPeaksExt.h.
|
signal |
Emitted when alg completes.
|
inlineoverrideprotectedvirtual |
Reimplemented from Mantid::API::AlgorithmObserver.
Definition at line 28 of file FitPropertyBrowserFindPeaksExt.h.
References UNUSED_ARG.