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

Method touch_bg

src/laybasic/laybasic/layViewObject.cc:1271–1278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1269}
1270
1271void
1272ViewObjectUI::touch_bg ()
1273{
1274 if (! m_needs_update_bg) {
1275 m_needs_update_bg = true;
1276 update ();
1277 }
1278}
1279
1280void
1281ViewObjectUI::set_dismiss_view_objects (bool dismiss)

Callers 3

configureMethod · 0.80
redraw_deco_layerMethod · 0.80
redrawMethod · 0.80

Calls 1

updateFunction · 0.70

Tested by

no test coverage detected