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

Method CopyMapping

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

Source from the content-addressed store, hash-verified

136}
137
138void mitk::EventConfigPrivate::CopyMapping(const EventListType eventList)
139{
140 EventListType::const_iterator iter;
141 for (iter = eventList.begin(); iter != eventList.end(); ++iter)
142 {
143 InsertMapping(*(iter));
144 }
145}
146
147mitk::EventConfigXMLParser::EventConfigXMLParser(EventConfigPrivate *d) : d(d)
148{

Callers 1

AddConfigMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected