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

Method removeEmbeddedWidget

Gui/FloatingWidget.cpp:140–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void
141FloatingWidget::removeEmbeddedWidget()
142{
143 if (!_embeddedWidget) {
144 return;
145 }
146 _scrollArea->takeWidget();
147 _embeddedWidget = 0;
148 // _embeddedWidget->setVisible(false);
149 hide();
150}
151
152void
153FloatingWidget::moveEvent(QMoveEvent* e)

Callers 3

splitInternalMethod · 0.80
floatPanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected