| 1108 | } |
| 1109 | |
| 1110 | void |
| 1111 | FFTWidget::onWindowFunctionChanged(void) |
| 1112 | { |
| 1113 | auto params = m_mediator->getAnalyzerParams(); |
| 1114 | params->windowFunction = this->getWindowFunction(); |
| 1115 | |
| 1116 | this->updateAnalyzerParams(); |
| 1117 | } |
| 1118 | |
| 1119 | void |
| 1120 | FFTWidget::onTimeStampsChanged(void) |
nothing calls this directly
no test coverage detected