| 617 | } |
| 618 | |
| 619 | enum Suscan::AnalyzerParams::WindowFunction |
| 620 | FFTWidget::getWindowFunction(void) const |
| 621 | { |
| 622 | return static_cast<enum Suscan::AnalyzerParams::WindowFunction>( |
| 623 | this->ui->windowCombo->currentIndex()); |
| 624 | } |
| 625 | |
| 626 | void |
| 627 | FFTWidget::applySourceInfo(Suscan::AnalyzerSourceInfo const &info) |
no outgoing calls
no test coverage detected