/////////////////////////// Slots /////////////////////////////////////////
| 810 | |
| 811 | //////////////////////////////// Slots ///////////////////////////////////////// |
| 812 | void |
| 813 | MainSpectrum::onWfBandwidthChanged(int min, int max) |
| 814 | { |
| 815 | this->setFilterBandwidth( |
| 816 | (this->filterSkewness == SYMMETRIC ? 1 : 2) |
| 817 | * static_cast<unsigned int>(max - min)); |
| 818 | emit bandwidthChanged(); |
| 819 | } |
| 820 | |
| 821 | void |
| 822 | MainSpectrum::onFrequencyChanged(void) |
nothing calls this directly
no test coverage detected