Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryMessage.h>
Public Types | |
typedef D | Delegate |
typedef std::vector< Delegate * > | ListType |
Public Member Functions | |
DelegateList () | |
~DelegateList () | |
void | Add (const Delegate &d) const |
void | Remove (const Delegate &d) const |
bool | IsEmpty () const |
template<typename Dummy > | |
void | Send0 (Dummy) const |
template<typename T > | |
void | Send1 (T t) const |
template<typename T , typename U > | |
void | Send2 (T t, U u) const |
template<typename T , typename U , typename V > | |
void | Send3 (T t, U u, V v) const |
template<typename T , typename U , typename V , typename W > | |
void | Send4 (T t, U u, V v, W w) const |
void | SetExceptionHandler (const AbstractExceptionHandler &handler) |
AbstractExceptionHandler * | GetExceptionHandler () const |
ListType | GetDelegates () const |
Definition at line 396 of file berryMessage.h.
typedef D berry::DelegateList< D >::Delegate |
Definition at line 401 of file berryMessage.h.
typedef std::vector<Delegate*> berry::DelegateList< D >::ListType |
Definition at line 402 of file berryMessage.h.
|
inline |
Definition at line 404 of file berryMessage.h.
|
inline |
Definition at line 410 of file berryMessage.h.
|
inline |
Definition at line 421 of file berryMessage.h.
|
inline |
Definition at line 673 of file berryMessage.h.
|
inline |
Definition at line 666 of file berryMessage.h.
|
inline |
Definition at line 453 of file berryMessage.h.
|
inline |
Definition at line 438 of file berryMessage.h.
|
inline |
Definition at line 459 of file berryMessage.h.
Definition at line 500 of file berryMessage.h.
|
inline |
Definition at line 540 of file berryMessage.h.
|
inline |
Definition at line 580 of file berryMessage.h.
|
inline |
Definition at line 620 of file berryMessage.h.
|
inline |
Definition at line 659 of file berryMessage.h.