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

Method getMultiInstancePanel

Gui/NodeGui.cpp:3410–3417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3408}
3409
3410MultiInstancePanelPtr NodeGui::getMultiInstancePanel() const
3411{
3412 if (_settingsPanel) {
3413 return _settingsPanel->getMultiInstancePanel();
3414 } else {
3415 return MultiInstancePanelPtr();
3416 }
3417}
3418
3419TrackerPanel*
3420NodeGui::getTrackerPanel() const

Callers 6

undoMethod · 0.45
redoMethod · 0.45
initializeMethod · 0.45
serializeInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected