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

Method setRangeLock

Default/FFT/FFTWidget.cpp:831–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829}
830
831void
832FFTWidget::setRangeLock(bool lock)
833{
834 if (lock) {
835 this->setWfRangeMin(this->getPandRangeMin());
836 this->setWfRangeMax(this->getPandRangeMax());
837 }
838
839 this->ui->lockButton->setChecked(lock);
840 this->panelConfig->rangeLock = lock;
841}
842
843bool
844FFTWidget::setUnitName(QString name)

Callers 2

applyConfigMethod · 0.95
onRangeLockChangedMethod · 0.95

Calls 4

setWfRangeMinMethod · 0.95
getPandRangeMinMethod · 0.95
setWfRangeMaxMethod · 0.95
getPandRangeMaxMethod · 0.95

Tested by

no test coverage detected