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

Method zoom_box

src/laybasic/laybasic/layLayoutCanvas.cc:997–1006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

995}
996
997void
998LayoutCanvas::zoom_box (const db::DBox &box, bool precious)
999{
1000 if (precious) {
1001 m_precious_box = box;
1002 }
1003 m_viewport.set_box (box);
1004 m_viewport_l.set_box (box);
1005 update_viewport ();
1006}
1007
1008void
1009LayoutCanvas::zoom_trans (const db::DCplxTrans &trans)

Callers 15

navigateMethod · 0.45
navigateMethod · 0.45
test_1Method · 0.45
marker_double_clickedMethod · 0.45
do_update_markersMethod · 0.45
highlight_currentMethod · 0.45
highlight_currentMethod · 0.45
adjust_viewMethod · 0.45
cm_new_cellMethod · 0.45
adjust_viewMethod · 0.45
mouse_release_eventMethod · 0.45
mouse_click_eventMethod · 0.45

Calls 1

set_boxMethod · 0.45

Tested by 1

test_1Method · 0.36