#include "mitkStateMachineFactory.h"
#include "mitkGlobalInteraction.h"
#include <vtkXMLDataElement.h>
#include <mitkProperties.h>
#include <mitkStringProperty.h>
#include <mitkConfig.h>
#include <mitkStandardFileLocations.h>
#include <vtkObjectFactory.h>
Go to the source code of this file.
Namespaces | |
namespace | mitk |
Qmitk. | |
Functions | |
mitk::vtkStandardNewMacro (StateMachineFactory) | |
Variables | |
const std::string | STYLE = "STYLE" |
This class builds up all the necessary structures for a statemachine. and stores one start-state for all built statemachines. | |
const std::string | NAME = "NAME" |
const std::string | ID = "ID" |
const std::string | START_STATE = "START_STATE" |
const std::string | NEXT_STATE_ID = "NEXT_STATE_ID" |
const std::string | EVENT_ID = "EVENT_ID" |
const std::string | SIDE_EFFECT_ID = "SIDE_EFFECT_ID" |
const std::string | ISTRUE = "TRUE" |
const std::string | ISFALSE = "FALSE" |
const std::string | STATE_MACHINE = "stateMachine" |
const std::string | STATE = "state" |
const std::string | TRANSITION = "transition" |
const std::string | STATE_MACHINE_NAME = "stateMachine" |
const std::string | ACTION = "action" |
const std::string | BOOL_PARAMETER = "boolParameter" |
const std::string | INT_PARAMETER = "intParameter" |
const std::string | FLOAT_PARAMETER = "floatParameter" |
const std::string | DOUBLE_PARAMETER = "doubleParameter" |
const std::string | STRING_PARAMETER = "stringParameter" |
const std::string | VALUE = "VALUE" |
const std::string ACTION = "action" |
Definition at line 48 of file mitkStateMachineFactory.cpp.
Referenced by mitk::StateMachineFactory::EndElement(), and mitk::StateMachineFactory::StartElement().
const std::string BOOL_PARAMETER = "boolParameter" |
Definition at line 49 of file mitkStateMachineFactory.cpp.
Referenced by mitk::StateMachineFactory::StartElement().
const std::string DOUBLE_PARAMETER = "doubleParameter" |
Definition at line 52 of file mitkStateMachineFactory.cpp.
Referenced by mitk::StateMachineFactory::StartElement().
const std::string EVENT_ID = "EVENT_ID" |
Definition at line 40 of file mitkStateMachineFactory.cpp.
Referenced by mitk::StateMachineFactory::StartElement().
const std::string FLOAT_PARAMETER = "floatParameter" |
Definition at line 51 of file mitkStateMachineFactory.cpp.
Referenced by mitk::StateMachineFactory::StartElement().
const std::string ID = "ID" |
Definition at line 37 of file mitkStateMachineFactory.cpp.
Referenced by QmitkSegmentationPreferencePage::CreateQtControl(), QmitkGeneralPreferencePage::CreateQtControl(), QmitkDataManagerPreferencePage::CreateQtControl(), QmitkDataManagerHotkeysPrefPage::CreateQtControl(), QmitkStdMultiWidgetEditor::CreateQtPartControl(), QmitkDataManagerView::CreateQtPartControl(), QmitkFunctionality::GetDataStorage(), QmitkDataManagerView::GetDataStorage(), QmitkFunctionality::GetDefaultDataStorage(), QmitkInputDevicesPrefPage::QmitkInputDevicesPrefPage(), QmitkNodeTableViewKeyFilter::QmitkNodeTableViewKeyFilter(), QmitkPreferencesDialog::QmitkPreferencesDialog(), mitk::StateMachineFactory::StartElement(), mitk::CoreExtActivator::StartInputDeviceModules(), QmitkFunctionalityTest::TestOpenAndClose(), QmitkFunctionalityTest::TestOpenAndWindowClose(), and QmitkDataManagerView::~QmitkDataManagerView().
const std::string INT_PARAMETER = "intParameter" |
Definition at line 50 of file mitkStateMachineFactory.cpp.
Referenced by mitk::StateMachineFactory::StartElement().
const std::string ISFALSE = "FALSE" |
Definition at line 43 of file mitkStateMachineFactory.cpp.
const std::string ISTRUE = "TRUE" |
Definition at line 42 of file mitkStateMachineFactory.cpp.
const std::string NAME = "NAME" |
Definition at line 36 of file mitkStateMachineFactory.cpp.
Referenced by mitk::StateMachineFactory::StartElement().
const std::string NEXT_STATE_ID = "NEXT_STATE_ID" |
Definition at line 39 of file mitkStateMachineFactory.cpp.
Referenced by mitk::StateMachineFactory::StartElement().
const std::string SIDE_EFFECT_ID = "SIDE_EFFECT_ID" |
Definition at line 41 of file mitkStateMachineFactory.cpp.
const std::string START_STATE = "START_STATE" |
Definition at line 38 of file mitkStateMachineFactory.cpp.
Referenced by mitk::StateMachineFactory::StartElement().
const std::string STATE = "state" |
Definition at line 45 of file mitkStateMachineFactory.cpp.
Referenced by mitk::StateMachineFactory::EndElement(), and mitk::StateMachineFactory::StartElement().
const std::string STATE_MACHINE = "stateMachine" |
Definition at line 44 of file mitkStateMachineFactory.cpp.
Referenced by mitk::StateMachineFactory::EndElement(), and mitk::StateMachineFactory::StartElement().
const std::string STATE_MACHINE_NAME = "stateMachine" |
Definition at line 47 of file mitkStateMachineFactory.cpp.
Referenced by mitk::StateMachineFactory::EndElement().
const std::string STRING_PARAMETER = "stringParameter" |
Definition at line 53 of file mitkStateMachineFactory.cpp.
Referenced by mitk::StateMachineFactory::StartElement().
const std::string STYLE = "STYLE" |
This class builds up all the necessary structures for a statemachine. and stores one start-state for all built statemachines.
Definition at line 35 of file mitkStateMachineFactory.cpp.
const std::string TRANSITION = "transition" |
Definition at line 46 of file mitkStateMachineFactory.cpp.
Referenced by mitk::StateMachineFactory::EndElement(), and mitk::StateMachineFactory::StartElement().
const std::string VALUE = "VALUE" |
Definition at line 54 of file mitkStateMachineFactory.cpp.
Referenced by mitk::StateMachineFactory::StartElement().