Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
258
void
259
MainSpectrum::setFrequencyLimits(qint64 min, qint64 max)
260
{
261
this->minFreq = min;
262
this->maxFreq = max;
263
264
this->updateLimits();
265
}
266
267
void
268
MainSpectrum::refreshUi(void)
Callers
2
notifySourceInfo
Method · 0.80
refreshProfile
Method · 0.80
Calls
1
updateLimits
Method · 0.95
Tested by
no test coverage detected