MCPcopy Create free account
hub / github.com/KLayout/klayout / bookmarks

Method bookmarks

src/laybasic/laybasic/layLayoutViewBase.cc:2723–2728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2721}
2722
2723void
2724LayoutViewBase::bookmarks (const BookmarkList &b)
2725{
2726 m_bookmarks = b;
2727 bookmarks_changed ();
2728}
2729
2730void
2731LayoutViewBase::bookmark_view (const std::string &name)

Callers 12

BookmarksViewMethod · 0.80
bookmark_triggeredMethod · 0.80
LayoutViewMethod · 0.80
triggeredMethod · 0.80
update_menuMethod · 0.80
manage_bookmarksMethod · 0.80
cm_save_bookmarksMethod · 0.80
cm_load_bookmarksMethod · 0.80
open_recent_bookmarksMethod · 0.80
dropEventMethod · 0.80
fetchMethod · 0.80
restoreMethod · 0.80

Calls 1

bookmarks_changedFunction · 0.85

Tested by

no test coverage detected