MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / takeApplet

Method takeApplet

src/gui/PanFloatingWindow.cpp:62–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62PanadapterApplet* PanFloatingWindow::takeApplet()
63{
64 if (!m_applet) return nullptr;
65 auto* a = m_applet;
66 m_layout->removeWidget(a);
67 a->setParent(nullptr);
68 m_applet = nullptr;
69 return a;
70}
71
72void PanFloatingWindow::setFramelessMode(bool on)
73{

Callers 3

rearrangeLayoutMethod · 0.80
removeAllMethod · 0.80
dockPanadapterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected