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

Method setFrequencyLimits

Components/MainSpectrum.cpp:258–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void
259MainSpectrum::setFrequencyLimits(qint64 min, qint64 max)
260{
261 this->minFreq = min;
262 this->maxFreq = max;
263
264 this->updateLimits();
265}
266
267void
268MainSpectrum::refreshUi(void)

Callers 2

notifySourceInfoMethod · 0.80
refreshProfileMethod · 0.80

Calls 1

updateLimitsMethod · 0.95

Tested by

no test coverage detected