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

Method GetAttributes

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

Source from the content-addressed store, hash-verified

90}
91
92mitk::PropertyList::Pointer mitk::InteractionEventHandler::GetAttributes() const
93{
94 if (m_EventConfig.IsValid())
95 {
96 return m_EventConfig.GetAttributes();
97 }
98 else
99 {
100 MITK_ERROR << "InteractionEventHandler::GetAttributes() requested, but not configuration loaded.";
101 return nullptr;
102 }
103}
104
105std::string mitk::InteractionEventHandler::MapToEventVariant(InteractionEvent *interactionEvent)
106{

Callers

nothing calls this directly

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected