Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryMessage.h>
Public Types | |
typedef Message1 | Self |
typedef MessageAbstractDelegate1< T, A > | AbstractDelegate |
typedef DelegateList< AbstractDelegate >::ListType | ListenerList |
Public Member Functions | |
void | AddListener (const AbstractDelegate &delegate) const |
void | operator+= (const AbstractDelegate &delegate) const |
void | RemoveListener (const AbstractDelegate &delegate) const |
void | operator-= (const AbstractDelegate &delegate) const |
void | Send (T t) const |
void | operator() (T t) const |
void | SetExceptionHandler (const AbstractExceptionHandler &handler) |
AbstractExceptionHandler * | GetExceptionHandler () const |
ListenerList | GetListeners () const |
bool | HasListeners () const |
bool | IsEmpty () const |
Protected Attributes | |
DelegateList< AbstractDelegate > | delegates |
Definition at line 791 of file berryMessage.h.
typedef MessageAbstractDelegate1<T, A> berry::Message1< T, A >::AbstractDelegate |
Definition at line 796 of file berryMessage.h.
typedef DelegateList<AbstractDelegate>::ListType berry::Message1< T, A >::ListenerList |
Definition at line 797 of file berryMessage.h.
typedef Message1 berry::Message1< T, A >::Self |
Definition at line 795 of file berryMessage.h.
|
inline |
Definition at line 799 of file berryMessage.h.
Referenced by berry::Message1< const SmartPointer< const CommandManagerEvent > & >::operator+=().
|
inline |
Definition at line 834 of file berryMessage.h.
|
inline |
Definition at line 839 of file berryMessage.h.
Referenced by berry::IntroPart::FirePropertyChange(), berry::WorkbenchPart::FirePropertyChange(), and berry::WorkbenchPart::FirePropertyChanged().
|
inline |
Definition at line 844 of file berryMessage.h.
|
inline |
Definition at line 849 of file berryMessage.h.
|
inline |
Definition at line 824 of file berryMessage.h.
|
inline |
Definition at line 804 of file berryMessage.h.
|
inline |
Definition at line 814 of file berryMessage.h.
|
inline |
Definition at line 809 of file berryMessage.h.
Referenced by berry::Message1< const SmartPointer< const CommandManagerEvent > & >::operator-=().
|
inline |
Definition at line 819 of file berryMessage.h.
Referenced by berry::Message1< const SmartPointer< const CommandManagerEvent > & >::operator()().
|
inline |
Definition at line 829 of file berryMessage.h.
|
protected |
Definition at line 856 of file berryMessage.h.
Referenced by berry::Message1< const SmartPointer< const CommandManagerEvent > & >::AddListener(), berry::Message1< const SmartPointer< const CommandManagerEvent > & >::GetExceptionHandler(), berry::Message1< const SmartPointer< const CommandManagerEvent > & >::GetListeners(), berry::Message1< const SmartPointer< const CommandManagerEvent > & >::HasListeners(), berry::Message1< const SmartPointer< const CommandManagerEvent > & >::IsEmpty(), berry::Message1< const SmartPointer< const CommandManagerEvent > & >::RemoveListener(), berry::Message1< const SmartPointer< const CommandManagerEvent > & >::Send(), and berry::Message1< const SmartPointer< const CommandManagerEvent > & >::SetExceptionHandler().