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

Method setLocked

Components/MainSpectrum.cpp:363–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363void
364MainSpectrum::setLocked(bool locked)
365{
366 this->ui->fcLcd->setLocked(locked);
367 this->ui->lnbLcd->setLocked(locked);
368
369 this->ui->fcLcd->setEnabled(!locked);
370 this->ui->lnbLcd->setEnabled(!locked);
371
372 this->onLockStateChanged();
373}
374
375void
376MainSpectrum::setGracePeriod(qint64 period)

Callers 2

setWfRangeMethod · 0.80
notifySourceInfoMethod · 0.80

Calls 2

onLockStateChangedMethod · 0.95
setEnabledMethod · 0.45

Tested by

no test coverage detected