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