Medical Imaging Interaction Toolkit
2016.11.0
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 933 of file berryMessage.h.
typedef MessageAbstractDelegate3<T, U, V, A> berry::Message3< T, U, V, A >::AbstractDelegate |
Definition at line 938 of file berryMessage.h.
typedef DelegateList<AbstractDelegate>::ListType berry::Message3< T, U, V, A >::ListenerList |
Definition at line 939 of file berryMessage.h.
typedef Message3 berry::Message3< T, U, V, A >::Self |
Definition at line 937 of file berryMessage.h.
|
inline |
Definition at line 941 of file berryMessage.h.
Referenced by berry::Message3< unsigned int, bool, const Object * >::operator+=().
|
inline |
Definition at line 976 of file berryMessage.h.
|
inline |
Definition at line 981 of file berryMessage.h.
|
inline |
Definition at line 986 of file berryMessage.h.
|
inline |
Definition at line 991 of file berryMessage.h.
|
inline |
Definition at line 966 of file berryMessage.h.
|
inline |
Definition at line 946 of file berryMessage.h.
|
inline |
Definition at line 956 of file berryMessage.h.
|
inline |
Definition at line 951 of file berryMessage.h.
Referenced by berry::Message3< unsigned int, bool, const Object * >::operator-=().
|
inline |
Definition at line 961 of file berryMessage.h.
Referenced by berry::Message3< unsigned int, bool, const Object * >::operator()().
|
inline |
Definition at line 971 of file berryMessage.h.
|
protected |
Definition at line 998 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().