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

Method ActionDialog

src/forms/Dialog/ActionDialog.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7ActionDialog *ActionDialog::activeDialog = nullptr;
8
9ActionDialog::ActionDialog( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style)
10 : ActionDialogBase(parent, id, title, pos, size, style) {
11}
12
13
14ActionDialog::~ActionDialog() = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected