MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / disableView

Method disableView

src/visual/InteractiveCanvas.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void InteractiveCanvas::disableView() {
37 isView = false;
38 centerFreq = wxGetApp().getFrequency();
39 bandwidth = wxGetApp().getSampleRate();
40 lastBandwidth = 0;
41}
42
43bool InteractiveCanvas::getViewState() const {
44 return isView;

Callers

nothing calls this directly

Calls 2

getFrequencyMethod · 0.45
getSampleRateMethod · 0.45

Tested by

no test coverage detected