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

Method onPanSpectrumStrategyChanged

App/Application.cpp:779–788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

777}
778
779void
780Application::onPanSpectrumStrategyChanged(QString strategy)
781{
782 if (this->scanner != nullptr) {
783 if (strategy.toStdString() == "Stochastic")
784 this->scanner->setStrategy(Suscan::Analyzer::STOCHASTIC);
785 else if (strategy.toStdString() == "Progressive")
786 this->scanner->setStrategy(Suscan::Analyzer::PROGRESSIVE);
787 }
788}
789
790void
791Application::onPanSpectrumPartitioningChanged(QString partitioning)

Callers 1

onPanSpectrumStartMethod · 0.95

Calls 1

setStrategyMethod · 0.80

Tested by

no test coverage detected