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

Method Abort

Modules/Core/src/Interactions/mitkPointSetDataInteractor.cpp:414–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414void 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
420void mitk::PointSetDataInteractor::KeyDelete(StateMachineAction*, InteractionEvent* interactionEvent)
421{

Callers

nothing calls this directly

Calls 5

QueueEventMethod · 0.80
GetSenderMethod · 0.80
GetPointerMethod · 0.80
NewFunction · 0.50
GetDispatcherMethod · 0.45

Tested by

no test coverage detected