Medical Imaging Interaction Toolkit  2023.12.99-7a59bd54
Medical Imaging Interaction Toolkit
mitk::MessageDelegate< R, A > Class Template Reference

#include <mitkMessage.h>

Inheritance diagram for mitk::MessageDelegate< R, A >:
Collaboration diagram for mitk::MessageDelegate< R, A >:

Public Member Functions

 MessageDelegate (R *object, A(R::*memberFunctionPointer)())
 
 ~MessageDelegate () override
 
Execute () const override
 
bool operator== (const MessageAbstractDelegate< A > *c) const override
 
MessageAbstractDelegate< A > * Clone () const override
 
- Public Member Functions inherited from mitk::MessageAbstractDelegate< void >
virtual ~MessageAbstractDelegate ()
 
virtual void Execute () const=0
 
virtual MessageAbstractDelegateClone () const=0
 

Detailed Description

template<class R, typename A = void>
class mitk::MessageDelegate< R, A >

This class essentially wraps a function pointer with signature A(R::*function)(). A is the return type of your callback function and R the type of the class implementing the function.

Use this class to add a callback function to messages without parameters.

Definition at line 141 of file mitkMessage.h.

Constructor & Destructor Documentation

◆ MessageDelegate()

template<class R , typename A = void>
mitk::MessageDelegate< R, A >::MessageDelegate ( R *  object,
A(R::*)()  memberFunctionPointer 
)
inline

Definition at line 146 of file mitkMessage.h.

Referenced by mitk::MessageDelegate< R, A >::Clone().

◆ ~MessageDelegate()

template<class R , typename A = void>
mitk::MessageDelegate< R, A >::~MessageDelegate ( )
inlineoverride

Definition at line 151 of file mitkMessage.h.

Member Function Documentation

◆ Clone()

template<class R , typename A = void>
MessageAbstractDelegate<A>* mitk::MessageDelegate< R, A >::Clone ( ) const
inlineoverride

Definition at line 171 of file mitkMessage.h.

References mitk::MessageDelegate< R, A >::MessageDelegate().

◆ Execute()

template<class R , typename A = void>
A mitk::MessageDelegate< R, A >::Execute ( ) const
inlineoverride

Definition at line 153 of file mitkMessage.h.

◆ operator==()

template<class R , typename A = void>
bool mitk::MessageDelegate< R, A >::operator== ( const MessageAbstractDelegate< A > *  c) const
inlineoverridevirtual

Implements mitk::MessageAbstractDelegate< void >.

Definition at line 158 of file mitkMessage.h.


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