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

Method getParentMultiInstanceName

Engine/Node.cpp:1474–1478  ·  view source on GitHub ↗

Accessed by the serialization thread, but mt safe since never changed

Source from the content-addressed store, hash-verified

1472
1473///Accessed by the serialization thread, but mt safe since never changed
1474std::string
1475Node::getParentMultiInstanceName() const
1476{
1477 return _imp->multiInstanceParentName;
1478}
1479
1480void
1481Node::getChildrenMultiInstance(NodesList* children) const

Callers 9

autoConnectNodesMethod · 0.80
getChildrenMethod · 0.80
createNodeGuiMethod · 0.80
initializeMethod · 0.80
createPanelMethod · 0.80
activateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected