Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Represents an action, that is executed after a certain event (in statemachine-mechanism) TODO: implement: Is used to connect the Action-Id in an XML Statemachine description with a functor in the. More...
#include <mitkStateMachineAction.h>
Public Types | |
typedef StateMachineAction | Self |
typedef itk::Object | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual std::vector< std::string > | GetClassHierarchy () const |
virtual const char * | GetClassName () const |
std::string | GetActionName () const |
Returns the String-Id of this action. More... | |
Static Public Member Functions | |
static const char * | GetStaticNameOfClass () |
static Pointer | New (const std::string &_arg) |
Protected Member Functions | |
StateMachineAction (const std::string &) | |
~StateMachineAction () override | |
Represents an action, that is executed after a certain event (in statemachine-mechanism) TODO: implement: Is used to connect the Action-Id in an XML Statemachine description with a functor in the.
Definition at line 30 of file mitkStateMachineAction.h.
typedef itk::SmartPointer<const Self> mitk::StateMachineAction::ConstPointer |
Definition at line 33 of file mitkStateMachineAction.h.
Definition at line 33 of file mitkStateMachineAction.h.
Definition at line 33 of file mitkStateMachineAction.h.
typedef itk::Object mitk::StateMachineAction::Superclass |
Definition at line 33 of file mitkStateMachineAction.h.
|
protected |
|
overrideprotected |
std::string mitk::StateMachineAction::GetActionName | ( | ) | const |
Returns the String-Id of this action.
|
inlinevirtual |
Definition at line 33 of file mitkStateMachineAction.h.
|
virtual |
|
inlinestatic |
Definition at line 33 of file mitkStateMachineAction.h.
|
inlinestatic |
Definition at line 34 of file mitkStateMachineAction.h.