| 2728 | } |
| 2729 | |
| 2730 | void |
| 2731 | LayoutViewBase::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 | |
| 2738 | bool |
| 2739 | LayoutViewBase::is_single_cv_layer_properties_file (const std::string &fn) |
nothing calls this directly
no test coverage detected