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

Method activeSpectrum

src/gui/PanadapterStack.cpp:184–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184SpectrumWidget* PanadapterStack::activeSpectrum() const
185{
186 auto* applet = activeApplet();
187 return applet ? applet->spectrumWidget() : nullptr;
188}
189
190void PanadapterStack::setActivePan(const QString& panId)
191{

Callers 2

spectrumMethod · 0.80
wireSpotSubsystemMethod · 0.80

Calls 1

spectrumWidgetMethod · 0.80

Tested by

no test coverage detected