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

Method setWindowFunction

Default/FFT/FFTWidget.cpp:873–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

871}
872
873void
874FFTWidget::setWindowFunction(enum Suscan::AnalyzerParams::WindowFunction func)
875{
876 // I'm sorry.
877 this->ui->windowCombo->setCurrentIndex(SCAST(int, func));
878}
879
880void
881FFTWidget::refreshSpectrumScaleSettings()

Callers 1

refreshParamControlsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected