Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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 |
![]() | |
virtual | ~Events () |
Public Attributes | |
Message2< const QString &, const NotDefinedException * > | notDefined |
Message2< const QString &, const NotEnabledException * > | notEnabled |
![]() | |
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.
Definition at line 25 of file berryIExecutionListenerWithChecks.cpp.
References berry::IExecutionListener::Events::AddListener(), berry::IExecutionListenerWithChecks::NotDefined(), berry::IExecutionListenerWithChecks::NotEnabled(), and RemoveListener().
Referenced by berry::Command::AddExecutionListener(), and berry::CommandManager::AddExecutionListener().
|
overridevirtual |
Reimplemented from berry::IExecutionListener::Events.
Definition at line 55 of file berryIExecutionListenerWithChecks.cpp.
References berry::IExecutionListener::Events::HasListeners(), and IsEmpty().
Referenced by RemoveListener().
|
overridevirtual |
Reimplemented from berry::IExecutionListener::Events.
Definition at line 63 of file berryIExecutionListenerWithChecks.cpp.
Referenced by berry::CommandManager::AddExecutionListener(), HasListeners(), and berry::CommandManager::RemoveExecutionListener().
|
overridevirtual |
Reimplemented from berry::IExecutionListener::Events.
Definition at line 40 of file berryIExecutionListenerWithChecks.cpp.
References HasListeners(), berry::IExecutionListenerWithChecks::NotDefined(), berry::IExecutionListenerWithChecks::NotEnabled(), and berry::IExecutionListener::Events::RemoveListener().
Referenced by AddListener(), berry::CommandManager::RemoveExecutionListener(), and berry::Command::RemoveExecutionListener().
Message2<const QString&, const NotDefinedException*> berry::IExecutionListenerWithChecks::Events::notDefined |
Definition at line 38 of file berryIExecutionListenerWithChecks.h.
Referenced by berry::Command::ExecuteWithChecks(), and berry::CommandManager::FireNotDefined().
Message2<const QString&, const NotEnabledException*> berry::IExecutionListenerWithChecks::Events::notEnabled |
Definition at line 39 of file berryIExecutionListenerWithChecks.h.
Referenced by berry::Command::ExecuteWithChecks(), and berry::CommandManager::FireNotEnabled().