MCPcopy 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
91void
92BackgroundViewObject::visible (bool vis)
93{
94 if (vis != m_visible) {
95 m_visible = vis;
96 redraw ();
97 }
98}
99
100void
101BackgroundViewObject::redraw ()

Callers 15

test_0Method · 0.80
test_1Method · 0.80
test_7Method · 0.80
test_2Method · 0.80
test_3Method · 0.80
test_4Method · 0.80
test_2Method · 0.80
test_4Method · 0.80
test_1Method · 0.80
clear_highlightsMethod · 0.80
restore_highlightsMethod · 0.80
highlightMethod · 0.80

Calls 1

redrawFunction · 0.85

Tested by 9

test_0Method · 0.64
test_1Method · 0.64
test_7Method · 0.64
test_2Method · 0.64
test_3Method · 0.64
test_4Method · 0.64
test_2Method · 0.64
test_4Method · 0.64
test_1Method · 0.64