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

Method doBookmarkRecent

src/forms/Bookmark/BookmarkView.cpp:765–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763
764
765void BookmarkView::doBookmarkRecent(const std::string& group, const BookmarkEntryPtr& be) {
766
767 wxGetApp().getBookmarkMgr().addBookmark(group, be);
768 nextEnt = be;
769 wxGetApp().getBookmarkMgr().removeRecent(be);
770 wxGetApp().getBookmarkMgr().updateBookmarks();
771 bookmarkSelection(be);
772}
773
774
775void BookmarkView::doMoveBookmark(const BookmarkEntryPtr& be, const std::string& group) {

Callers

nothing calls this directly

Calls 3

addBookmarkMethod · 0.80
removeRecentMethod · 0.80
updateBookmarksMethod · 0.45

Tested by

no test coverage detected