Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <berryMessage.h>
Public Types | |
typedef Message4 | Self |
typedef MessageAbstractDelegate4< T, U, V, W, 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, U u, V v, W w) const |
void | operator() (T t, U u, V v, W w) 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 1000 of file berryMessage.h.
typedef MessageAbstractDelegate4<T, U, V, W, A> berry::Message4< T, U, V, W, A >::AbstractDelegate |
Definition at line 1005 of file berryMessage.h.
typedef DelegateList<AbstractDelegate>::ListType berry::Message4< T, U, V, W, A >::ListenerList |
Definition at line 1006 of file berryMessage.h.
typedef Message4 berry::Message4< T, U, V, W, A >::Self |
Definition at line 1004 of file berryMessage.h.
|
inline |
Definition at line 1008 of file berryMessage.h.
|
inline |
Definition at line 1043 of file berryMessage.h.
|
inline |
Definition at line 1048 of file berryMessage.h.
|
inline |
Definition at line 1053 of file berryMessage.h.
|
inline |
Definition at line 1058 of file berryMessage.h.
|
inline |
Definition at line 1033 of file berryMessage.h.
|
inline |
Definition at line 1013 of file berryMessage.h.
|
inline |
Definition at line 1023 of file berryMessage.h.
|
inline |
Definition at line 1018 of file berryMessage.h.
|
inline |
Definition at line 1028 of file berryMessage.h.
|
inline |
Definition at line 1038 of file berryMessage.h.
|
protected |
Definition at line 1065 of file berryMessage.h.