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

Method Notify

Modules/Segmentation/src/Interactions/mitkTool.cpp:86–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void mitk::Tool::Notify(InteractionEvent *interactionEvent, bool isHandled)
87{
88 // to use the state machine pattern,
89 // the event is passed to the state machine interface to be handled
90 if (!isHandled)
91 {
92 this->HandleEvent(interactionEvent, nullptr);
93 }
94}
95
96void mitk::Tool::ConnectActionsAndFunctions()
97{

Callers

nothing calls this directly

Calls 1

HandleEventMethod · 0.45

Tested by

no test coverage detected