Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1262
void
1263
ViewObjectUI::touch ()
1264
{
1265
if (! m_needs_update_static) {
1266
m_needs_update_static = true;
1267
update ();
1268
}
1269
}
1270
1271
void
1272
ViewObjectUI::touch_bg ()
Callers
3
setup.py
File · 0.45
configure
Method · 0.45
redraw
Method · 0.45
Calls
1
update
Function · 0.70
Tested by
no test coverage detected