Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5881
void
5882
LayoutViewBase::stop_redraw ()
5883
{
5884
dm_redraw.cancel ();
5885
mp_canvas->stop_redraw ();
5886
}
5887
5888
void
5889
LayoutViewBase::free_resources ()
Callers
nothing calls this directly
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected