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

Method invalidRange

Components/PanoramicDialog.cpp:581–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581bool
582PanoramicDialog::invalidRange(void) const
583{
584 return fabs(
585 this->ui->rangeEndSpin->value() - this->ui->rangeStartSpin->value()) < 1;
586}
587
588int
589PanoramicDialog::getFrequencyUnits(qint64 freq)

Callers 2

setRangesMethod · 0.95
getPanSpectrumRangeMethod · 0.80

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected