| 48 | } |
| 49 | |
| 50 | mitk::EventConfig mitk::InteractionEventHandler::GetEventConfig() const |
| 51 | { |
| 52 | return m_EventConfig; |
| 53 | } |
| 54 | |
| 55 | bool mitk::InteractionEventHandler::AddEventConfig(const std::string &filename, const us::Module *module) |
| 56 | { |
no outgoing calls
no test coverage detected