Medical Imaging Interaction Toolkit
2016.11.0
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 40 of file berryIExecutionListenerWithChecks.h.
|
overridevirtual |
Reimplemented from berry::IExecutionListener::Events.
Definition at line 29 of file berryIExecutionListenerWithChecks.cpp.
References berry::IExecutionListener::Events::AddListener(), berry::IExecutionListenerWithChecks::NotDefined(), and berry::IExecutionListenerWithChecks::NotEnabled().
Referenced by berry::Command::AddExecutionListener(), and berry::CommandManager::AddExecutionListener().
|
overridevirtual |
Reimplemented from berry::IExecutionListener::Events.
Definition at line 59 of file berryIExecutionListenerWithChecks.cpp.
References berry::IExecutionListener::Events::HasListeners().
|
overridevirtual |
Reimplemented from berry::IExecutionListener::Events.
Definition at line 67 of file berryIExecutionListenerWithChecks.cpp.
Referenced by berry::CommandManager::AddExecutionListener(), and berry::CommandManager::RemoveExecutionListener().
|
overridevirtual |
Reimplemented from berry::IExecutionListener::Events.
Definition at line 44 of file berryIExecutionListenerWithChecks.cpp.
References berry::IExecutionListenerWithChecks::NotDefined(), berry::IExecutionListenerWithChecks::NotEnabled(), and berry::IExecutionListener::Events::RemoveListener().
Referenced by berry::CommandManager::RemoveExecutionListener(), and berry::Command::RemoveExecutionListener().
Message2<const QString&, const NotDefinedException*> berry::IExecutionListenerWithChecks::Events::notDefined |
Definition at line 42 of file berryIExecutionListenerWithChecks.h.
Referenced by berry::CommandManager::FireNotDefined().
Message2<const QString&, const NotEnabledException*> berry::IExecutionListenerWithChecks::Events::notEnabled |
Definition at line 43 of file berryIExecutionListenerWithChecks.h.
Referenced by berry::CommandManager::FireNotEnabled().