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

Method setup_worker

src/laybasic/laybasic/layRedrawThread.cc:356–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356void
357RedrawThread::setup_worker (tl::Worker *worker)
358{
359 RedrawThreadWorker *redraw_thread_worker = dynamic_cast<RedrawThreadWorker *> (worker);
360 if (redraw_thread_worker) {
361 redraw_thread_worker->setup (mp_view, mp_canvas, m_redraw_regions, m_vp_trans);
362 }
363}
364
365void
366RedrawThread::stopped ()

Callers

nothing calls this directly

Calls 1

setupMethod · 0.45

Tested by

no test coverage detected