| 299 | } |
| 300 | |
| 301 | static unsigned int show_layout_handle (lay::LayoutViewBase *view, lay::LayoutHandleRef &handle, bool add_cellview, bool initialize_layers) |
| 302 | { |
| 303 | return view->add_layout (handle.operator-> (), add_cellview, initialize_layers); |
| 304 | } |
| 305 | |
| 306 | static void delete_layers2 (lay::LayoutViewBase *view, unsigned int index, const std::vector<lay::LayerPropertiesConstIterator> &iters) |
| 307 | { |
nothing calls this directly
no test coverage detected