MCPcopy Create free account
hub / github.com/MrKepzie/Natron / getPluginLabel

Method getPluginLabel

Engine/Node.cpp:7170–7181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7168}
7169
7170std::string
7171Node::getPluginLabel() const
7172{
7173 {
7174 QMutexLocker k(&_imp->pyPluginInfoMutex);
7175 if ( !_imp->pyPlugInfo.pyPlugLabel.empty() ) {
7176 return _imp->pyPlugInfo.pyPlugLabel;
7177 }
7178 }
7179
7180 return _imp->effect->getPluginLabel();
7181}
7182
7183std::string
7184Node::getPluginResourcesPath() const

Callers 9

exportDocsMethod · 0.45
initNodeScriptNameMethod · 0.45
makeDocumentationMethod · 0.45
onAllPluginsLoadedMethod · 0.45
registerBuiltInPluginMethod · 0.45
handlerMethod · 0.45
DockablePanel.cppFile · 0.45

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected