| 412 | } |
| 413 | |
| 414 | void mitk::PointSetDataInteractor::Abort(StateMachineAction *, InteractionEvent *interactionEvent) |
| 415 | { |
| 416 | InternalEvent::Pointer event = InternalEvent::New(nullptr, this, IntDeactivateMe); |
| 417 | interactionEvent->GetSender()->GetDispatcher()->QueueEvent(event.GetPointer()); |
| 418 | } |
| 419 | |
| 420 | void mitk::PointSetDataInteractor::KeyDelete(StateMachineAction*, InteractionEvent* interactionEvent) |
| 421 | { |
nothing calls this directly
no test coverage detected