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

Method initializeExtraGui

Gui/NodeSettingsPanel.cpp:162–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void
163NodeSettingsPanel::initializeExtraGui(QVBoxLayout* layout)
164{
165 if ( _multiPanel && !_multiPanel->isGuiCreated() ) {
166 _multiPanel->createMultiInstanceGui(layout);
167 }
168}
169
170void
171NodeSettingsPanel::onSettingsButtonClicked()

Callers

nothing calls this directly

Calls 2

isGuiCreatedMethod · 0.80

Tested by

no test coverage detected