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

Method isSettingsPanelVisible

Gui/MultiInstancePanel.cpp:1077–1085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1075}
1076
1077bool
1078MultiInstancePanel::isSettingsPanelVisible() const
1079{
1080 NodeSettingsPanel* panel = _imp->mainInstance.lock()->getSettingPanel();
1081
1082 assert(panel);
1083
1084 return !panel->isClosed();
1085}
1086
1087void
1088MultiInstancePanel::onSettingsPanelClosed(bool closed)

Callers

nothing calls this directly

Calls 3

getSettingPanelMethod · 0.80
isClosedMethod · 0.80
lockMethod · 0.45

Tested by

no test coverage detected