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

Function getMainInstance

Gui/MultiInstancePanel.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 NodePtr getMainInstance() const
167 {
168 return mainInstance.lock()->getNode();
169 }
170
171 /**
172 * @brief Called to make an exact copy of a main-instance's knob. The resulting copy will

Callers 9

removeInstancesMethod · 0.85
resetInstancesMethod · 0.85
appendExtraGuiMethod · 0.85
appendButtonsMethod · 0.85
initializeExtraKnobsMethod · 0.85
onButtonTriggeredMethod · 0.85
onTrackingStartedMethod · 0.85
onTrackingFinishedMethod · 0.85
showMenuForInstanceMethod · 0.85

Calls 2

getNodeMethod · 0.45
lockMethod · 0.45

Tested by

no test coverage detected