Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <berryMessage.h>
Public Types | |
typedef Message2 | Self |
typedef MessageAbstractDelegate2< T, U, 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) const |
void | operator() (T t, U u) 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 858 of file berryMessage.h.
typedef MessageAbstractDelegate2<T, U, A> berry::Message2< T, U, A >::AbstractDelegate |
Definition at line 863 of file berryMessage.h.
typedef DelegateList<AbstractDelegate>::ListType berry::Message2< T, U, A >::ListenerList |
Definition at line 864 of file berryMessage.h.
typedef Message2 berry::Message2< T, U, A >::Self |
Definition at line 862 of file berryMessage.h.
|
inline |
Definition at line 866 of file berryMessage.h.
Referenced by berry::Message2< const QString &, const NotDefinedException * >::operator+=().
|
inline |
Definition at line 901 of file berryMessage.h.
|
inline |
Definition at line 906 of file berryMessage.h.
|
inline |
Definition at line 911 of file berryMessage.h.
|
inline |
Definition at line 916 of file berryMessage.h.
|
inline |
Definition at line 891 of file berryMessage.h.
|
inline |
Definition at line 871 of file berryMessage.h.
|
inline |
Definition at line 881 of file berryMessage.h.
|
inline |
Definition at line 876 of file berryMessage.h.
Referenced by berry::Message2< const QString &, const NotDefinedException * >::operator-=().
|
inline |
Definition at line 886 of file berryMessage.h.
Referenced by berry::Message2< const QString &, const NotDefinedException * >::operator()().
|
inline |
Definition at line 896 of file berryMessage.h.
|
protected |
Definition at line 923 of file berryMessage.h.
Referenced by berry::Message2< const QString &, const NotDefinedException * >::AddListener(), berry::Message2< const QString &, const NotDefinedException * >::GetExceptionHandler(), berry::Message2< const QString &, const NotDefinedException * >::GetListeners(), berry::Message2< const QString &, const NotDefinedException * >::HasListeners(), berry::Message2< const QString &, const NotDefinedException * >::IsEmpty(), berry::Message2< const QString &, const NotDefinedException * >::RemoveListener(), berry::Message2< const QString &, const NotDefinedException * >::Send(), and berry::Message2< const QString &, const NotDefinedException * >::SetExceptionHandler().