Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
represents an action, that is executed after a certain event (in statemachine-mechanism) More...
#include <mitkAction.h>
Public Member Functions | |
mitkClassMacroItkParent (Action, itk::Object) | |
mitkNewMacro1Param (Self, int) | |
static New method to use SmartPointer More... | |
void | AddProperty (const char *propertyKey, BaseProperty *property) |
Adds a property to the list of properties. More... | |
int | GetActionId () const |
Returns the Id of this action. More... | |
mitk::BaseProperty * | GetProperty (const char *propertyKey) const |
returns the specified property More... | |
Protected Member Functions | |
Action (int actionId) | |
Default Constructor. Set the actionId. More... | |
~Action () override | |
Default Destructor. More... | |
represents an action, that is executed after a certain event (in statemachine-mechanism)
Definition at line 27 of file mitkAction.h.
|
protected |
Default Constructor. Set the actionId.
|
overrideprotected |
Default Destructor.
void mitk::Action::AddProperty | ( | const char * | propertyKey, |
BaseProperty * | property | ||
) |
Adds a property to the list of properties.
int mitk::Action::GetActionId | ( | ) | const |
Returns the Id of this action.
mitk::BaseProperty* mitk::Action::GetProperty | ( | const char * | propertyKey | ) | const |
returns the specified property
mitk::Action::mitkClassMacroItkParent | ( | Action | , |
itk::Object | |||
) |
mitk::Action::mitkNewMacro1Param | ( | Self | , |
int | |||
) |
static New method to use SmartPointer