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

Method getInputLabel

Engine/PyNode.cpp:368–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368QString
369Effect::getInputLabel(int inputNumber)
370{
371 try {
372 return QString::fromUtf8( getInternalNode()->getInputLabel(inputNumber).c_str() );
373 } catch (const std::exception& e) {
374 getInternalNode()->getApp()->appendToScriptEditor( e.what() );
375 }
376
377 return QString();
378}
379
380QString
381Effect::getPluginID() const

Callers 7

getInputMethod · 0.45
makeDocumentationMethod · 0.45
redoMethod · 0.45
initLabelMethod · 0.45

Calls 3

QStringClass · 0.70
appendToScriptEditorMethod · 0.45
getAppMethod · 0.45

Tested by

no test coverage detected