Medical Imaging Interaction Toolkit
2024.06.00
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 787 of file berryMessage.h.
typedef MessageAbstractDelegate1<T, A> berry::Message1< T, A >::AbstractDelegate |
Definition at line 792 of file berryMessage.h.
typedef DelegateList<AbstractDelegate>::ListType berry::Message1< T, A >::ListenerList |
Definition at line 793 of file berryMessage.h.
typedef Message1 berry::Message1< T, A >::Self |
Definition at line 791 of file berryMessage.h.
|
inline |
Definition at line 795 of file berryMessage.h.
Referenced by berry::Message1< const SmartPointer< const CommandManagerEvent > & >::operator+=().
|
inline |
Definition at line 830 of file berryMessage.h.
|
inline |
Definition at line 835 of file berryMessage.h.
|
inline |
Definition at line 840 of file berryMessage.h.
|
inline |
Definition at line 845 of file berryMessage.h.
|
inline |
Definition at line 820 of file berryMessage.h.
|
inline |
Definition at line 800 of file berryMessage.h.
|
inline |
Definition at line 810 of file berryMessage.h.
|
inline |
Definition at line 805 of file berryMessage.h.
Referenced by berry::Message1< const SmartPointer< const CommandManagerEvent > & >::operator-=().
|
inline |
Definition at line 815 of file berryMessage.h.
Referenced by berry::Message1< const SmartPointer< const CommandManagerEvent > & >::operator()().
|
inline |
Definition at line 825 of file berryMessage.h.
|
protected |
Definition at line 852 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().