| 34 | } |
| 35 | |
| 36 | void InteractiveCanvas::disableView() { |
| 37 | isView = false; |
| 38 | centerFreq = wxGetApp().getFrequency(); |
| 39 | bandwidth = wxGetApp().getSampleRate(); |
| 40 | lastBandwidth = 0; |
| 41 | } |
| 42 | |
| 43 | bool InteractiveCanvas::getViewState() const { |
| 44 | return isView; |
nothing calls this directly
no test coverage detected