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

Method getScriptName

Engine/PyNode.cpp:338–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338QString
339Effect::getScriptName() const
340{
341 return QString::fromUtf8( getInternalNode()->getScriptName_mt_safe().c_str() );
342}
343
344bool
345Effect::setScriptName(const QString& scriptName)

Callers 15

EffectInstance.cppFile · 0.45
onProcessErrorMethod · 0.45
saveMethod · 0.45
getLayerByNameMethod · 0.45
findItemRecursivelyFunction · 0.45
RotoLayerMethod · 0.45
cloneMethod · 0.45
connectNodesMethod · 0.45
exportRotoLayerFunction · 0.45
exportAllNodeKnobsFunction · 0.45

Calls 1

getScriptName_mt_safeMethod · 0.45

Tested by

no test coverage detected