Medical Imaging Interaction Toolkit  2023.12.99-77685e7b
Medical Imaging Interaction Toolkit
mitkEventStateMachine.h File Reference
#include "itkObject.h"
#include "mitkCommon.h"
#include "mitkInteractionEventHandler.h"
#include "mitkMessage.h"
#include <MitkCoreExports.h>
#include <string>

Go to the source code of this file.

Classes

class  mitk::TActionFunctor
 Base class of ActionFunctors, to provide an easy to connect actions with functions. More...
 
class  mitk::EventStateMachine
 ‍** More...
 

Namespaces

 us
 
 mitk
 Find image slices visible on a given plane.
 

Macros

#define CONNECT_FUNCTION(a, f)
 
#define CONNECT_CONDITION(a, f)
 

Macro Definition Documentation

◆ CONNECT_CONDITION

#define CONNECT_CONDITION (   a,
 
)

Definition at line 34 of file mitkEventStateMachine.h.

◆ CONNECT_FUNCTION

#define CONNECT_FUNCTION (   a,
 
)

Macro that can be used to connect a StateMachineAction with a function. It assumes that there is a typedef Classname Self in classes that use this macro, as is provided by e.g. mitkClassMacro

Definition at line 29 of file mitkEventStateMachine.h.