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

Method ClearConfig

Modules/Core/src/Interactions/mitkEventConfig.cpp:398–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398void mitk::EventConfig::ClearConfig()
399{
400 d->m_PropertyList->Clear();
401 d->m_EventPropertyList->Clear();
402 d->m_CurrEventMapping.variantName.clear();
403 d->m_CurrEventMapping.interactionEvent = nullptr;
404 d->m_EventList.clear();
405 d->m_Errors = false;
406}

Callers

nothing calls this directly

Calls 2

ClearMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected