Mantid
Loading...
Searching...
No Matches
Signals | Protected Member Functions | List of all members
MantidQt::MantidWidgets::AlgorithmFinishObserver Class Reference

#include <FitPropertyBrowserFindPeaksExt.h>

Inheritance diagram for MantidQt::MantidWidgets::AlgorithmFinishObserver:
Mantid::API::AlgorithmObserver

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.
 

Detailed Description

Definition at line 21 of file FitPropertyBrowserFindPeaksExt.h.

Member Function Documentation

◆ algCompletedSignal

void MantidQt::MantidWidgets::AlgorithmFinishObserver::algCompletedSignal ( )
signal

Emitted when alg completes.

◆ finishHandle()

void MantidQt::MantidWidgets::AlgorithmFinishObserver::finishHandle ( const Mantid::API::IAlgorithm alg)
inlineoverrideprotectedvirtual

Reimplemented from Mantid::API::AlgorithmObserver.

Definition at line 28 of file FitPropertyBrowserFindPeaksExt.h.

References UNUSED_ARG.


The documentation for this class was generated from the following file: