MCPcopy Create free account
hub / github.com/KLayout/klayout / thaw

Method thaw

src/laybasic/laybasic/layViewObject.cc:174–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void
175ViewObject::thaw ()
176{
177 if (widget ()) {
178 widget ()->thaw (this);
179 }
180}
181
182void
183ViewObject::freeze ()

Callers 4

begin_moveMethod · 0.80
begin_moveMethod · 0.80
begin_moveMethod · 0.80
mouse_click_eventMethod · 0.80

Calls 1

widgetFunction · 0.70

Tested by

no test coverage detected