MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / unregisterProcess

Method unregisterProcess

ImagePlay/src/IPProcessFactory.cpp:42–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void IPProcessFactory::unregisterProcess(QString name)
43{
44 qDebug() << "IPProcessFactory::unregisterProcess: " << name;
45 if(_map.contains(name))
46 {
47 // delete instance and remove from map
48 delete _map.value(name);
49 _map.remove(name);
50 }
51}
52
53IPLProcess* IPProcessFactory::getInstance(QString name)
54{

Callers 1

unloadPluginsMethod · 0.80

Calls 3

containsMethod · 0.80
removeMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected