Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ visible
Method
visible
src/laybasic/laybasic/layViewObject.cc:91–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void
92
BackgroundViewObject::visible (bool vis)
93
{
94
if (vis != m_visible) {
95
m_visible = vis;
96
redraw ();
97
}
98
}
99
100
void
101
BackgroundViewObject::redraw ()
Callers
15
test_0
Method · 0.80
test_1
Method · 0.80
test_7
Method · 0.80
test_2
Method · 0.80
test_3
Method · 0.80
test_4
Method · 0.80
test_2
Method · 0.80
test_4
Method · 0.80
test_1
Method · 0.80
clear_highlights
Method · 0.80
restore_highlights
Method · 0.80
highlight
Method · 0.80
Calls
1
redraw
Function · 0.85
Tested by
9
test_0
Method · 0.64
test_1
Method · 0.64
test_7
Method · 0.64
test_2
Method · 0.64
test_3
Method · 0.64
test_4
Method · 0.64
test_2
Method · 0.64
test_4
Method · 0.64
test_1
Method · 0.64