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

Method update

src/laybasic/laybasic/layViewObject.cc:1220–1225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1218
1219#if !defined(HAVE_QT)
1220void
1221ViewObjectUI::update ()
1222{
1223 // NOTE: this does not need to be thread-safe as we make sure (as in Qt) that update() is always called from the main thread.
1224 m_image_updated = true;
1225}
1226
1227bool
1228ViewObjectUI::image_updated ()

Callers 7

reload_layoutMethod · 0.45
add_layoutMethod · 0.45
load_layoutMethod · 0.45
update_viewportMethod · 0.45
redrawMethod · 0.45
do_startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected