Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryICommandListener.h>
Public Types | |
typedef Message1< const SmartPointer< const CommandEvent > & > | Event |
Public Member Functions | |
void | AddListener (ICommandListener *listener) |
void | RemoveListener (ICommandListener *listener) |
Public Attributes | |
Event | commandChanged |
Definition at line 44 of file berryICommandListener.h.
typedef Message1<const SmartPointer<const CommandEvent>&> berry::ICommandListener::Events::Event |
Definition at line 46 of file berryICommandListener.h.
void berry::ICommandListener::Events::AddListener | ( | ICommandListener * | listener | ) |
Definition at line 29 of file berryICommandListener.cpp.
References berry::ICommandListener::CommandChanged().
Referenced by berry::Command::AddCommandListener().
void berry::ICommandListener::Events::RemoveListener | ( | ICommandListener * | listener | ) |
Definition at line 38 of file berryICommandListener.cpp.
References berry::ICommandListener::CommandChanged().
Referenced by berry::Command::RemoveCommandListener().
Event berry::ICommandListener::Events::commandChanged |
Definition at line 48 of file berryICommandListener.h.