Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <berryIExecutionListener.h>
Public Member Functions | |
virtual | ~Events () |
virtual void | AddListener (IExecutionListener *listener) |
virtual void | RemoveListener (IExecutionListener *listener) |
virtual bool | HasListeners () const |
virtual bool | IsEmpty () const |
Public Attributes | |
Message2< const QString &, const NotHandledException * > | notHandled |
Message2< const QString &, const ExecutionException * > | postExecuteFailure |
Message2< const QString &, const Object::Pointer & > | postExecuteSuccess |
Message2< const QString &, const SmartPointer< const ExecutionEvent > &> | preExecute |
Definition at line 38 of file berryIExecutionListener.h.
|
virtual |
Definition at line 23 of file berryIExecutionListener.cpp.
References AddListener().
|
virtual |
Reimplemented in berry::IExecutionListenerWithChecks::Events.
Definition at line 29 of file berryIExecutionListener.cpp.
References notHandled, berry::IExecutionListener::NotHandled(), postExecuteFailure, berry::IExecutionListener::PostExecuteFailure(), postExecuteSuccess, berry::IExecutionListener::PostExecuteSuccess(), preExecute, berry::IExecutionListener::PreExecute(), and RemoveListener().
Referenced by berry::IExecutionListenerWithChecks::Events::AddListener(), and ~Events().
|
virtual |
Reimplemented in berry::IExecutionListenerWithChecks::Events.
Definition at line 53 of file berryIExecutionListener.cpp.
References berry::Message2< T, U, A >::HasListeners(), IsEmpty(), notHandled, postExecuteFailure, postExecuteSuccess, and preExecute.
Referenced by berry::IExecutionListenerWithChecks::Events::HasListeners(), IsEmpty(), and RemoveListener().
|
virtual |
Reimplemented in berry::IExecutionListenerWithChecks::Events.
Definition at line 61 of file berryIExecutionListener.cpp.
References HasListeners().
Referenced by HasListeners().
|
virtual |
Reimplemented in berry::IExecutionListenerWithChecks::Events.
Definition at line 41 of file berryIExecutionListener.cpp.
References HasListeners(), notHandled, berry::IExecutionListener::NotHandled(), postExecuteFailure, berry::IExecutionListener::PostExecuteFailure(), postExecuteSuccess, berry::IExecutionListener::PostExecuteSuccess(), preExecute, and berry::IExecutionListener::PreExecute().
Referenced by AddListener(), and berry::IExecutionListenerWithChecks::Events::RemoveListener().
Message2<const QString&, const NotHandledException*> berry::IExecutionListener::Events::notHandled |
Definition at line 40 of file berryIExecutionListener.h.
Referenced by AddListener(), berry::Command::ExecuteWithChecks(), HasListeners(), and RemoveListener().
Message2<const QString&, const ExecutionException*> berry::IExecutionListener::Events::postExecuteFailure |
Definition at line 41 of file berryIExecutionListener.h.
Referenced by AddListener(), berry::Command::ExecuteWithChecks(), berry::CommandManager::FirePostExecuteFailure(), HasListeners(), and RemoveListener().
Message2<const QString&, const Object::Pointer&> berry::IExecutionListener::Events::postExecuteSuccess |
Definition at line 42 of file berryIExecutionListener.h.
Referenced by AddListener(), berry::Command::ExecuteWithChecks(), berry::CommandManager::FirePostExecuteSuccess(), HasListeners(), and RemoveListener().
Message2<const QString&, const SmartPointer<const ExecutionEvent>& > berry::IExecutionListener::Events::preExecute |
Definition at line 43 of file berryIExecutionListener.h.
Referenced by AddListener(), berry::Command::ExecuteWithChecks(), berry::CommandManager::FirePreExecute(), HasListeners(), and RemoveListener().