|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <berryMessage.h>


Public Types | |
| typedef Message3 | Self |
| typedef MessageAbstractDelegate3< T, U, V, 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) const |
| void | operator() (T t, U u, V v) 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 929 of file berryMessage.h.
| typedef MessageAbstractDelegate3<T, U, V, A> berry::Message3< T, U, V, A >::AbstractDelegate |
Definition at line 934 of file berryMessage.h.
| typedef DelegateList<AbstractDelegate>::ListType berry::Message3< T, U, V, A >::ListenerList |
Definition at line 935 of file berryMessage.h.
| typedef Message3 berry::Message3< T, U, V, A >::Self |
Definition at line 933 of file berryMessage.h.
|
inline |
Definition at line 937 of file berryMessage.h.
Referenced by berry::Message3< unsigned int, bool, const Object * >::operator+=().
|
inline |
Definition at line 972 of file berryMessage.h.
|
inline |
Definition at line 977 of file berryMessage.h.
|
inline |
Definition at line 982 of file berryMessage.h.
|
inline |
Definition at line 987 of file berryMessage.h.
|
inline |
Definition at line 962 of file berryMessage.h.
|
inline |
Definition at line 942 of file berryMessage.h.
|
inline |
Definition at line 952 of file berryMessage.h.
|
inline |
Definition at line 947 of file berryMessage.h.
Referenced by berry::Message3< unsigned int, bool, const Object * >::operator-=().
|
inline |
Definition at line 957 of file berryMessage.h.
Referenced by berry::Message3< unsigned int, bool, const Object * >::operator()().
|
inline |
Definition at line 967 of file berryMessage.h.
|
protected |
Definition at line 994 of file berryMessage.h.
Referenced by berry::Message3< unsigned int, bool, const Object * >::AddListener(), berry::Message3< unsigned int, bool, const Object * >::GetExceptionHandler(), berry::Message3< unsigned int, bool, const Object * >::GetListeners(), berry::Message3< unsigned int, bool, const Object * >::HasListeners(), berry::Message3< unsigned int, bool, const Object * >::IsEmpty(), berry::Message3< unsigned int, bool, const Object * >::RemoveListener(), berry::Message3< unsigned int, bool, const Object * >::Send(), and berry::Message3< unsigned int, bool, const Object * >::SetExceptionHandler().