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

Method bookmark_view

src/laybasic/laybasic/layLayoutViewBase.cc:2730–2736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2728}
2729
2730void
2731LayoutViewBase::bookmark_view (const std::string &name)
2732{
2733 DisplayState state (box (), get_min_hier_levels (), get_max_hier_levels (), cellview_list ());
2734 m_bookmarks.add (name, state);
2735 bookmarks_changed ();
2736}
2737
2738bool
2739LayoutViewBase::is_single_cv_layer_properties_file (const std::string &fn)

Callers

nothing calls this directly

Calls 5

bookmarks_changedFunction · 0.85
boxFunction · 0.70
get_min_hier_levelsFunction · 0.70
get_max_hier_levelsFunction · 0.70
addMethod · 0.45

Tested by

no test coverage detected