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

Method ActionDialogRigError

src/CubicSDR.cpp:204–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202class ActionDialogRigError : public ActionDialog {
203public:
204 explicit ActionDialogRigError(const std::string& message) : ActionDialog(wxGetApp().getAppFrame(), wxID_ANY, wxT("Rig Control Error")) {
205 m_questionText->SetLabelText(message);
206 }
207
208 void doClickOK() override {
209 }

Callers

nothing calls this directly

Calls 1

getAppFrameMethod · 0.80

Tested by

no test coverage detected