|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <berryIExecutionListenerWithChecks.h>


Public Member Functions | |
| void | AddListener (IExecutionListener *listener) override |
| void | RemoveListener (IExecutionListener *listener) override |
| bool | HasListeners () const override |
| bool | IsEmpty () const override |
Public Member Functions inherited from berry::IExecutionListener::Events | |
| virtual | ~Events () |
Public Attributes | |
| Message2< const QString &, const NotDefinedException * > | notDefined |
| Message2< const QString &, const NotEnabledException * > | notEnabled |
Public Attributes inherited from berry::IExecutionListener::Events | |
| 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 36 of file berryIExecutionListenerWithChecks.h.
|
overridevirtual |
Reimplemented from berry::IExecutionListener::Events.
|
overridevirtual |
Reimplemented from berry::IExecutionListener::Events.
|
overridevirtual |
Reimplemented from berry::IExecutionListener::Events.
|
overridevirtual |
Reimplemented from berry::IExecutionListener::Events.
| Message2<const QString&, const NotDefinedException*> berry::IExecutionListenerWithChecks::Events::notDefined |
Definition at line 38 of file berryIExecutionListenerWithChecks.h.
| Message2<const QString&, const NotEnabledException*> berry::IExecutionListenerWithChecks::Events::notEnabled |
Definition at line 39 of file berryIExecutionListenerWithChecks.h.