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

Method zoom_box

src/laybasic/laybasic/layLayoutViewBase.cc:4004–4009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4002}
4003
4004void
4005LayoutViewBase::zoom_box (const db::DBox &bbox)
4006{
4007 mp_canvas->zoom_box (bbox);
4008 store_state ();
4009}
4010
4011void
4012LayoutViewBase::set_global_trans (const db::DCplxTrans &trans)

Callers 4

zoom_fitMethod · 0.45
ensure_visibleMethod · 0.45
goto_viewMethod · 0.45

Calls 1

store_stateFunction · 0.85

Tested by

no test coverage detected