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

Method MapToEventVariant

Modules/Core/src/Interactions/mitkInteractionEventHandler.cpp:105–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105std::string mitk::InteractionEventHandler::MapToEventVariant(InteractionEvent *interactionEvent)
106{
107 if (m_EventConfig.IsValid())
108 {
109 return m_EventConfig.GetMappedEvent(interactionEvent);
110 }
111 else
112 {
113 return "";
114 }
115}
116
117void mitk::InteractionEventHandler::ConfigurationChanged()
118{

Callers

nothing calls this directly

Calls 2

GetMappedEventMethod · 0.80
IsValidMethod · 0.45

Tested by

no test coverage detected