Medical Imaging Interaction Toolkit
2016.11.0
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 862 of file berryMessage.h.
typedef MessageAbstractDelegate2<T, U, A> berry::Message2< T, U, A >::AbstractDelegate |
Definition at line 867 of file berryMessage.h.
typedef DelegateList<AbstractDelegate>::ListType berry::Message2< T, U, A >::ListenerList |
Definition at line 868 of file berryMessage.h.
typedef Message2 berry::Message2< T, U, A >::Self |
Definition at line 866 of file berryMessage.h.
|
inline |
Definition at line 870 of file berryMessage.h.
Referenced by berry::State::AddListener(), and berry::Message2< const QString &, const NotDefinedException * >::operator+=().
|
inline |
Definition at line 905 of file berryMessage.h.
|
inline |
Definition at line 910 of file berryMessage.h.
|
inline |
Definition at line 915 of file berryMessage.h.
|
inline |
Definition at line 920 of file berryMessage.h.
|
inline |
Definition at line 895 of file berryMessage.h.
|
inline |
Definition at line 875 of file berryMessage.h.
|
inline |
Definition at line 885 of file berryMessage.h.
|
inline |
Definition at line 880 of file berryMessage.h.
Referenced by berry::Message2< const QString &, const NotDefinedException * >::operator-=(), and berry::State::RemoveListener().
|
inline |
Definition at line 890 of file berryMessage.h.
Referenced by berry::Message2< const QString &, const NotDefinedException * >::operator()().
|
inline |
Definition at line 900 of file berryMessage.h.
|
protected |
Definition at line 927 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().