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

Method HandleEvent

Modules/Core/src/Rendering/mitkRenderWindowBase.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64bool mitk::RenderWindowBase::HandleEvent(InteractionEvent *interactionEvent)
65{
66 return m_Renderer->GetDispatcher()->ProcessEvent(interactionEvent);
67}
68
69void mitk::RenderWindowBase::Destroy()
70{

Callers 3

eventMethod · 0.45
NotifyMethod · 0.45
ProcessEventsMethod · 0.45

Calls 2

ProcessEventMethod · 0.80
GetDispatcherMethod · 0.45

Tested by

no test coverage detected