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

Method initializeExtraGui

Gui/NodeSettingsPanel.cpp:154–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void
155NodeSettingsPanel::initializeExtraGui(QVBoxLayout* layout)
156{
157 if ( _multiPanel && !_multiPanel->isGuiCreated() ) {
158 _multiPanel->createMultiInstanceGui(layout);
159 }
160}
161
162void
163NodeSettingsPanel::onSettingsButtonClicked()

Callers

nothing calls this directly

Calls 2

isGuiCreatedMethod · 0.80

Tested by

no test coverage detected