MCPcopy Create free account
hub / github.com/MITK/MITK / ResetToStartState

Method ResetToStartState

Modules/Core/src/Interactions/mitkEventStateMachine.cpp:282–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282void mitk::EventStateMachine::ResetToStartState()
283{
284 if (m_StateMachineContainer != nullptr)
285 m_CurrentState = m_StateMachineContainer->GetStartState();
286}
287
288void mitk::EventStateMachine::SetMouseCursor(const char *xpm[], int hotspotX, int hotspotY)
289{

Callers 5

ActivatedMethod · 0.80
ConfirmSegmentationMethod · 0.80
ClearContourMethod · 0.80
OnInitContourMethod · 0.80
DataNodeChangedMethod · 0.80

Calls 1

GetStartStateMethod · 0.80

Tested by

no test coverage detected