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

Method setScriptName

Engine/PyNode.cpp:344–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344bool
345Effect::setScriptName(const QString& scriptName)
346{
347 try {
348 getInternalNode()->setScriptName( scriptName.toStdString() );
349 } catch (...) {
350 return false;
351 }
352
353 return true;
354}
355
356QString
357Effect::getLabel() const

Callers 15

createMarkerMethod · 0.45
createWriteNodeMethod · 0.45
TrackerContextPrivateMethod · 0.45
onItemChangedMethod · 0.45
setItemCopyNameRecursiveFunction · 0.45
PasteItemUndoCommandMethod · 0.45
redoMethod · 0.45

Calls 1

toStdStringMethod · 0.80

Tested by

no test coverage detected