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

Method stop_redraw

src/laybasic/laybasic/layLayoutViewBase.cc:5881–5886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5879}
5880
5881void
5882LayoutViewBase::stop_redraw ()
5883{
5884 dm_redraw.cancel ();
5885 mp_canvas->stop_redraw ();
5886}
5887
5888void
5889LayoutViewBase::free_resources ()

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected