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

Method show_properties_as_text

src/laybasic/laybasic/layLayoutViewBase.cc:5471–5478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5469}
5470
5471void
5472LayoutViewBase::show_properties_as_text (bool sp)
5473{
5474 if (m_show_properties != sp) {
5475 m_show_properties = sp;
5476 redraw (); // required because we do some optimizations is text is not visible ..
5477 }
5478}
5479
5480void
5481LayoutViewBase::bitmap_caching (bool l)

Callers 1

setupMethod · 0.80

Calls 1

redrawFunction · 0.85

Tested by

no test coverage detected