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

Method IsValid

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

Source from the content-addressed store, hash-verified

321}
322
323bool mitk::EventConfig::IsValid() const
324{
325 return !(d->m_EventList.empty() && d->m_PropertyList->IsEmpty());
326}
327
328bool mitk::EventConfig::AddConfig(const std::string &fileName, const us::Module *module)
329{

Callers 8

LoadBehaviorMethod · 0.45
SetEventConfigMethod · 0.45
AddEventConfigMethod · 0.45
GetAttributesMethod · 0.45
MapToEventVariantMethod · 0.45
XML2EventParserMethod · 0.45
EventConfigMethod · 0.45
AddConfigMethod · 0.45

Calls 2

emptyMethod · 0.45
IsEmptyMethod · 0.45

Tested by

no test coverage detected