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

Method makeModemTuner

src/AppFrame.cpp:754–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

752}
753
754TuningCanvas *AppFrame::makeModemTuner(wxWindow *parent, const wxGLAttributes &attribList) {
755 auto *pCanvas = new TuningCanvas(parent, attribList);
756 pCanvas->SetMinClientSize(wxSize(200, 28));
757 return pCanvas;
758}
759
760ModeSelectorCanvas * AppFrame::makeDeltaLockButton(wxWindow *parent, const wxGLAttributes &attribList) {
761 auto *pCanvas = new ModeSelectorCanvas(parent, attribList);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected