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

Method RedrawThread

src/laybasic/laybasic/layRedrawThread.cc:39–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37// RedrawThread implementation
38
39RedrawThread::RedrawThread (lay::RedrawThreadCanvas *canvas, LayoutViewBase *view)
40 : tl::Object ()
41{
42 m_initial_update = false;
43 mp_canvas = canvas;
44 mp_view = view;
45 m_start_recursion_sentinel = false;
46 m_width = 0;
47 m_height = 0;
48 m_resolution = 1.0;
49 m_font_resolution = 1.0;
50 m_boxes_already_drawn = false;
51 m_custom_already_drawn = false;
52 m_nlayers = 0;
53 m_clock = tl::Clock::current ();
54}
55
56RedrawThread::~RedrawThread ()
57{

Callers

nothing calls this directly

Calls 1

currentFunction · 0.70

Tested by

no test coverage detected