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

Method finish

src/laybasic/laybasic/layLayoutViewBase.cc:408–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408void
409LayoutViewBase::finish ()
410{
411 // if we're the root dispatcher initialize the menu and build the context menus. No other menus are built so far.
412 if (dispatcher () == this) {
413 init_menu ();
414 }
415}
416
417void
418LayoutViewBase::init_menu ()

Callers 1

doneMethod · 0.45

Calls 1

dispatcherFunction · 0.70

Tested by

no test coverage detected