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

Method setActiveDialog

src/forms/Dialog/ActionDialog.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32void ActionDialog::setActiveDialog(ActionDialog *dlg) {
33 activeDialog = dlg;
34}
35
36
37void ActionDialog::onClickCancel( wxCommandEvent& /* event */ ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected