Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::MessageDelegate4< R, T, U, V, W, A > Class Template Reference

#include <mitkMessage.h>

Inheritance diagram for mitk::MessageDelegate4< R, T, U, V, W, A >:
Collaboration diagram for mitk::MessageDelegate4< R, T, U, V, W, A >:

Public Member Functions

 MessageDelegate4 (R *object, A(R::*memberFunctionPointer)(T, U, V, W))
 
virtual ~MessageDelegate4 ()
 
virtual A Execute (T t, U u, V v, W w) const
 
bool operator== (const MessageAbstractDelegate4< T, U, V, W, A > *c) const
 
MessageAbstractDelegate4< T, U, V, W, A > * Clone () const
 
- Public Member Functions inherited from mitk::MessageAbstractDelegate4< T, U, V, W, A >
virtual ~MessageAbstractDelegate4 ()
 

Detailed Description

template<class R, typename T, typename U, typename V, typename W, typename A = void>
class mitk::MessageDelegate4< R, T, U, V, W, A >

Definition at line 308 of file mitkMessage.h.

Constructor & Destructor Documentation

template<class R, typename T, typename U, typename V, typename W, typename A = void>
mitk::MessageDelegate4< R, T, U, V, W, A >::MessageDelegate4 ( R *  object,
A(R::*)(T, U, V, W)  memberFunctionPointer 
)
inline

Definition at line 313 of file mitkMessage.h.

Referenced by mitk::MessageDelegate4< R, T, U, V, W, A >::Clone().

template<class R, typename T, typename U, typename V, typename W, typename A = void>
virtual mitk::MessageDelegate4< R, T, U, V, W, A >::~MessageDelegate4 ( )
inlinevirtual

Definition at line 318 of file mitkMessage.h.

Member Function Documentation

template<class R, typename T, typename U, typename V, typename W, typename A = void>
MessageAbstractDelegate4<T, U, V, W, A>* mitk::MessageDelegate4< R, T, U, V, W, A >::Clone ( ) const
inlinevirtual
template<class R, typename T, typename U, typename V, typename W, typename A = void>
virtual A mitk::MessageDelegate4< R, T, U, V, W, A >::Execute ( t,
u,
v,
w 
) const
inlinevirtual

Implements mitk::MessageAbstractDelegate4< T, U, V, W, A >.

Definition at line 320 of file mitkMessage.h.

template<class R, typename T, typename U, typename V, typename W, typename A = void>
bool mitk::MessageDelegate4< R, T, U, V, W, A >::operator== ( const MessageAbstractDelegate4< T, U, V, W, A > *  c) const
inlinevirtual

Implements mitk::MessageAbstractDelegate4< T, U, V, W, A >.

Definition at line 325 of file mitkMessage.h.


The documentation for this class was generated from the following file: