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

Method getParentMultiInstanceName

Engine/Node.cpp:751–755  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

749
750///Accessed by the serialization thread, but mt safe since never changed
751std::string
752Node::getParentMultiInstanceName() const
753{
754 return _imp->multiInstanceParentName;
755}
756
757void
758Node::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