Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ redraw
Method
redraw
src/laybasic/laybasic/layViewObject.cc:100–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void
101
BackgroundViewObject::redraw ()
102
{
103
if (widget ()) {
104
widget ()->touch_bg ();
105
}
106
}
107
108
void
109
BackgroundViewObject::z_order (int z)
Callers
1
configure
Method · 0.45
Calls
4
touch_bg
Method · 0.80
widget
Function · 0.70
touch
Method · 0.45
update
Method · 0.45
Tested by
no test coverage detected