| 338 | } |
| 339 | |
| 340 | void 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 | |
| 351 | void SpectrumOverlayMenu::setMemories(const QMap<int, MemoryEntry>& memories) |
| 352 | { |
no outgoing calls
no test coverage detected