Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
bool mitk::RenderWindowBase::HandleEvent(InteractionEvent *interactionEvent)
65
{
66
return m_Renderer->GetDispatcher()->ProcessEvent(interactionEvent);
67
}
68
69
void mitk::RenderWindowBase::Destroy()
70
{
Callers
3
event
Method · 0.45
Notify
Method · 0.45
ProcessEvents
Method · 0.45
Calls
2
ProcessEvent
Method · 0.80
GetDispatcher
Method · 0.45
Tested by
no test coverage detected