| 177 | } |
| 178 | |
| 179 | bool SpectrumCanvas::getUseDBOfs() { |
| 180 | return spectrumPanel.getUseDBOffset(); |
| 181 | } |
| 182 | |
| 183 | void SpectrumCanvas::setView(long long center_freq_in, int bandwidth_in) { |
| 184 | bwChange += bandwidth_in-bandwidth; |
nothing calls this directly
no test coverage detected