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

Method doClickOK

src/forms/Bookmark/BookmarkView.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 void doClickOK() override {
88 wxGetApp().getBookmarkMgr().removeRange(subject);
89 wxGetApp().getBookmarkMgr().updateActiveList();
90 }
91
92private:
93 BookmarkRangeEntryPtr subject;

Callers

nothing calls this directly

Calls 2

removeRangeMethod · 0.80
updateActiveListMethod · 0.45

Tested by

no test coverage detected