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

Method zoom_box_and_set_hier_levels

src/laybasic/laybasic/layLayoutViewBase.cc:3996–4002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3994}
3995
3996void
3997LayoutViewBase::zoom_box_and_set_hier_levels (const db::DBox &bbox, const std::pair<int, int> &levels)
3998{
3999 mp_canvas->zoom_box (bbox);
4000 set_hier_levels_basic (levels);
4001 store_state ();
4002}
4003
4004void
4005LayoutViewBase::zoom_box (const db::DBox &bbox)

Callers 2

cm_new_cellMethod · 0.80
cm_new_layoutMethod · 0.80

Calls 2

store_stateFunction · 0.85
zoom_boxMethod · 0.45

Tested by

no test coverage detected