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

Method pushDspLevelTarget

src/gui/VfoWidget.cpp:4622–4628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4620// ── Shared DSP level slider ───────────────────────────────────────────────────
4621
4622void VfoWidget::pushDspLevelTarget(DspLevelTarget t)
4623{
4624 if (t == LvlNone) return;
4625 m_dspLevelStack.removeAll(t);
4626 m_dspLevelStack.append(t);
4627 setDspLevelTarget(t);
4628}
4629
4630void VfoWidget::popDspLevelTarget(DspLevelTarget t)
4631{

Callers

nothing calls this directly

Calls 1

removeAllMethod · 0.80

Tested by

no test coverage detected