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

Method select_all

src/laybasic/laybasic/layLayoutViewBase.cc:3969–3973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3967}
3968
3969void
3970LayoutViewBase::select_all ()
3971{
3972 select (full_box (), lay::Editable::Replace);
3973}
3974
3975void
3976LayoutViewBase::zoom_fit ()

Callers

nothing calls this directly

Calls 1

selectFunction · 0.70

Tested by

no test coverage detected