MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getPluginIDs

Method getPluginIDs

Engine/AppManager.cpp:2928–2939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2926}
2927
2928std::list<std::string>
2929AppManager::getPluginIDs() const
2930{
2931 std::list<std::string> ret;
2932
2933 for (PluginsMap::const_iterator it = _imp->_plugins.begin(); it != _imp->_plugins.end(); ++it) {
2934 assert( !it->second.empty() );
2935 ret.push_back(it->first);
2936 }
2937
2938 return ret;
2939}
2940
2941std::list<std::string>
2942AppManager::getPluginIDs(const std::string& filter)

Callers 3

exportDocsMethod · 0.45
handlerMethod · 0.45

Calls 5

emptyMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
push_backMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected