MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / onFrequencyChanged

Method onFrequencyChanged

Components/MainSpectrum.cpp:821–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821void
822MainSpectrum::onFrequencyChanged(void)
823{
824 qint64 freq = this->ui->fcLcd->getValue();
825 this->setCenterFreq(freq);
826 emit frequencyChanged(freq);
827 this->onLoChanged();
828}
829
830void
831MainSpectrum::onNewCenterFreq(qint64 freq)

Callers

nothing calls this directly

Calls 2

setCenterFreqMethod · 0.95
onLoChangedMethod · 0.95

Tested by

no test coverage detected