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

Method EventConfigPrivate

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

Source from the content-addressed store, hash-verified

102}
103
104mitk::EventConfigPrivate::EventConfigPrivate()
105 : m_PropertyList(PropertyList::New()), m_EventPropertyList(PropertyList::New()), m_Errors(false), m_XmlParser(this)
106{
107 // Avoid VTK warning: Trying to delete object with non-zero reference count.
108 m_XmlParser.SetReferenceCount(0);
109}
110
111mitk::EventConfigPrivate::EventConfigPrivate(const EventConfigPrivate &other)
112 : us::SharedData(other),

Callers

nothing calls this directly

Calls 3

NewFunction · 0.50
SetReferenceCountMethod · 0.45
CloneMethod · 0.45

Tested by

no test coverage detected