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

Function getMainInstance

Gui/MultiInstancePanel.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170
171 NodePtr getMainInstance() const
172 {
173 return mainInstance.lock()->getNode();
174 }
175
176 /**
177 * @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