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

Method ActionDialogBookmarkReset

src/AppFrame.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58class ActionDialogBookmarkReset : public ActionDialog {
59public:
60 ActionDialogBookmarkReset() : ActionDialog(wxGetApp().getAppFrame(), wxID_ANY, wxT("Reset Bookmarks?")) {
61 m_questionText->SetLabelText(wxT("Resetting bookmarks will erase all current bookmarks; are you sure?"));
62 }
63
64 void doClickOK() override {
65 wxGetApp().getBookmarkMgr().resetBookmarks();

Callers

nothing calls this directly

Calls 1

getAppFrameMethod · 0.80

Tested by

no test coverage detected