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

Method zoom_fit

src/laybasic/laybasic/layLayoutViewBase.cc:3975–3980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3973}
3974
3975void
3976LayoutViewBase::zoom_fit ()
3977{
3978 mp_canvas->zoom_box (full_box (), true /*precious*/);
3979 store_state ();
3980}
3981
3982void
3983LayoutViewBase::ensure_selection_visible ()

Callers 14

test_2Method · 0.80
initializeMethod · 0.80
grayscale.rbFile · 0.80
fractal.rbFile · 0.80
setupMethod · 0.80
do_update_markersMethod · 0.80
highlight_currentMethod · 0.80
highlight_currentMethod · 0.80
export_netsMethod · 0.80
menu_activatedMethod · 0.80
updateMethod · 0.80
salt_changedMethod · 0.80

Calls 2

store_stateFunction · 0.85
zoom_boxMethod · 0.45

Tested by 1

test_2Method · 0.64