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

Method onPanSpectrumRangeChanged

App/Application.cpp:749–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747}
748
749void
750Application::onPanSpectrumRangeChanged(qint64 min, qint64 max, bool noHop)
751{
752 if (this->scanner != nullptr)
753 this->scanner->setViewRange(min, max, noHop);
754}
755
756void
757Application::onPanSpectrumSkipChanged(void)

Callers

nothing calls this directly

Calls 1

setViewRangeMethod · 0.80

Tested by

no test coverage detected