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

Method touch

src/laybasic/laybasic/layViewObject.cc:1262–1269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1260}
1261
1262void
1263ViewObjectUI::touch ()
1264{
1265 if (! m_needs_update_static) {
1266 m_needs_update_static = true;
1267 update ();
1268 }
1269}
1270
1271void
1272ViewObjectUI::touch_bg ()

Callers 3

setup.pyFile · 0.45
configureMethod · 0.45
redrawMethod · 0.45

Calls 1

updateFunction · 0.70

Tested by

no test coverage detected