MCPcopy Create free account
hub / github.com/Atarity/Lightpack / getPlugin

Method getPlugin

Software/src/PluginsManager.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72Plugin* PluginsManager::getPlugin(const QString& name_){
73 QMap<QString, Plugin*>::iterator found = _plugins.find(name_);
74 if(found != _plugins.end())
75 return found.value();
76 else
77 return 0;
78}
79
80QList<Plugin*> PluginsManager::getPluginList(){
81 return _plugins.values();

Callers

nothing calls this directly

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected