MCPcopy 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
100void
101BackgroundViewObject::redraw ()
102{
103 if (widget ()) {
104 widget ()->touch_bg ();
105 }
106}
107
108void
109BackgroundViewObject::z_order (int z)

Callers 1

configureMethod · 0.45

Calls 4

touch_bgMethod · 0.80
widgetFunction · 0.70
touchMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected