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