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

Method EventConfig

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

Source from the content-addressed store, hash-verified

231}
232
233mitk::EventConfig::EventConfig() : d(new EventConfigPrivate)
234{
235}
236
237mitk::EventConfig::EventConfig(const EventConfig &other) : d(other.d)
238{

Callers

nothing calls this directly

Calls 13

GetModuleContextFunction · 0.85
GetResourceMethod · 0.80
IsNotNullMethod · 0.80
InsertMappingMethod · 0.80
GetModuleMethod · 0.45
IsValidMethod · 0.45
GetNameMethod · 0.45
SetStreamMethod · 0.45
ParseMethod · 0.45
endMethod · 0.45
beginMethod · 0.45
GetStringPropertyMethod · 0.45

Tested by

no test coverage detected