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

Method doClickOK

src/forms/Bookmark/BookmarkView.cpp:113–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 void doClickOK() override {
114 BookmarkRangeEntryPtr ue = BookmarkView::makeActiveRangeEntry();
115
116 subject->freq = ue->freq;
117 subject->startFreq = ue->startFreq;
118 subject->endFreq = ue->endFreq;
119
120 wxGetApp().getBookmarkMgr().updateActiveList();
121 }
122
123private:
124 BookmarkRangeEntryPtr subject;

Callers

nothing calls this directly

Calls 1

updateActiveListMethod · 0.45

Tested by

no test coverage detected