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

Method makeModemProperties

src/AppFrame.cpp:453–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453ModemProperties *AppFrame::makeModemProperties(wxPanel *parent) {
454 auto *pProperties = new ModemProperties(parent, wxID_ANY);
455 pProperties->SetMinSize(wxSize(APPFRAME_MODEMPROPS_MAXSIZE, -1));
456 pProperties->SetMaxSize(wxSize(APPFRAME_MODEMPROPS_MAXSIZE, -1));
457
458 ModemArgInfoList dummyInfo;
459 pProperties->initProperties(dummyInfo, nullptr);
460 pProperties->updateTheme();
461 return pProperties;
462}
463
464ModeSelectorCanvas *AppFrame::makeModemAdvSelectorPanel(wxPanel *parent, const wxGLAttributes &attribList) {
465 auto *pCanvas = new ModeSelectorCanvas(parent, attribList);

Callers

nothing calls this directly

Calls 2

initPropertiesMethod · 0.80
updateThemeMethod · 0.45

Tested by

no test coverage detected