MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / OnBnClickedButtonBookmarkAdd

Method OnBnClickedButtonBookmarkAdd

Source/BookmarkDlg.cpp:254–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void CBookmarkDlg::OnBnClickedButtonBookmarkAdd()
255{
256 if (m_pCollection->AddBookmark(MakeBookmark()))
257 m_pDocument->ModifyIrreversible();
258 UpdateBookmarkList();
259 m_cListBookmark.SetCurSel(m_pCollection->GetCount() - 1);
260}
261
262void CBookmarkDlg::OnBnClickedButtonBookmarkUpdate()
263{

Callers

nothing calls this directly

Calls 3

AddBookmarkMethod · 0.80
ModifyIrreversibleMethod · 0.80
GetCountMethod · 0.45

Tested by

no test coverage detected