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

Method refresh

src/laybasic/laybasic/layLayoutViewBase.cc:3884–3895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3882}
3883
3884void
3885LayoutViewBase::refresh ()
3886{
3887 // Execute all deferred methods - ensure there are no pending tasks
3888 tl::DeferredMethodScheduler::execute ();
3889
3890 // Issue a "tick" to execute all other pending tasks
3891 timer ();
3892
3893 // Update the view ops as this is not always guaranteed (issue #1512)
3894 set_view_ops ();
3895}
3896
3897void
3898LayoutViewBase::force_update_content ()

Callers 1

view_is_dirtyFunction · 0.45

Calls 1

executeFunction · 0.85

Tested by

no test coverage detected