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

Method ensure_selection_visible

src/laybasic/laybasic/layLayoutViewBase.cc:3982–3986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3980}
3981
3982void
3983LayoutViewBase::ensure_selection_visible ()
3984{
3985 ensure_visible (selection_bbox ());
3986}
3987
3988void
3989LayoutViewBase::ensure_visible (const db::DBox &bbox)

Callers

nothing calls this directly

Calls 1

selection_bboxFunction · 0.85

Tested by

no test coverage detected