Medical Imaging Interaction Toolkit
2016.11.0
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 42 of file berryIExecutionListener.h.
|
virtual |
Definition at line 27 of file berryIExecutionListener.cpp.
|
virtual |
Reimplemented in berry::IExecutionListenerWithChecks::Events.
Definition at line 33 of file berryIExecutionListener.cpp.
References berry::IExecutionListener::NotHandled(), berry::IExecutionListener::PostExecuteFailure(), berry::IExecutionListener::PostExecuteSuccess(), and berry::IExecutionListener::PreExecute().
Referenced by berry::IExecutionListenerWithChecks::Events::AddListener().
|
virtual |
Reimplemented in berry::IExecutionListenerWithChecks::Events.
Definition at line 57 of file berryIExecutionListener.cpp.
Referenced by berry::IExecutionListenerWithChecks::Events::HasListeners().
|
virtual |
Reimplemented in berry::IExecutionListenerWithChecks::Events.
Definition at line 65 of file berryIExecutionListener.cpp.
|
virtual |
Reimplemented in berry::IExecutionListenerWithChecks::Events.
Definition at line 45 of file berryIExecutionListener.cpp.
References berry::IExecutionListener::NotHandled(), berry::IExecutionListener::PostExecuteFailure(), berry::IExecutionListener::PostExecuteSuccess(), and berry::IExecutionListener::PreExecute().
Referenced by berry::IExecutionListenerWithChecks::Events::RemoveListener().
Message2<const QString&, const NotHandledException*> berry::IExecutionListener::Events::notHandled |
Definition at line 44 of file berryIExecutionListener.h.
Message2<const QString&, const ExecutionException*> berry::IExecutionListener::Events::postExecuteFailure |
Definition at line 45 of file berryIExecutionListener.h.
Referenced by berry::CommandManager::FirePostExecuteFailure().
Message2<const QString&, const Object::Pointer&> berry::IExecutionListener::Events::postExecuteSuccess |
Definition at line 46 of file berryIExecutionListener.h.
Referenced by berry::CommandManager::FirePostExecuteSuccess().
Message2<const QString&, const SmartPointer<const ExecutionEvent>& > berry::IExecutionListener::Events::preExecute |
Definition at line 47 of file berryIExecutionListener.h.
Referenced by berry::CommandManager::FirePreExecute().