| 90 | } |
| 91 | |
| 92 | mitk::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 | |
| 105 | std::string mitk::InteractionEventHandler::MapToEventVariant(InteractionEvent *interactionEvent) |
| 106 | { |