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

Method raiseAll

src/gui/SpectrumOverlayMenu.cpp:340–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340void SpectrumOverlayMenu::raiseAll()
341{
342 raise();
343 if (m_bandPanel) m_bandPanel->raise();
344 if (m_xvtrPanel) m_xvtrPanel->raise();
345 if (m_antPanel) m_antPanel->raise();
346 if (m_daxPanel) m_daxPanel->raise();
347 if (m_displayPanel) m_displayPanel->raise();
348 if (m_memoryPanel) m_memoryPanel->raise();
349}
350
351void SpectrumOverlayMenu::setMemories(const QMap<int, MemoryEntry>& memories)
352{

Callers 3

addVfoWidgetMethod · 0.80
applyActiveVfoZOrderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected