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

Method onNewCenterFreq

Components/MainSpectrum.cpp:830–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830void
831MainSpectrum::onNewCenterFreq(qint64 freq)
832{
833 this->ui->fcLcd->setValue(freq);
834 this->updateLimits();
835}
836
837void
838MainSpectrum::onLnbFrequencyChanged(void)

Callers

nothing calls this directly

Calls 2

updateLimitsMethod · 0.95
setValueMethod · 0.80

Tested by

no test coverage detected