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

Method text_visible

src/laybasic/laybasic/layLayoutViewBase.cc:5461–5469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5459}
5460
5461void
5462LayoutViewBase::text_visible (bool vis)
5463{
5464 if (m_text_visible != vis) {
5465 m_text_visible = vis;
5466 update_content ();
5467 redraw (); // required because we do some optimizations is text is not visible ..
5468 }
5469}
5470
5471void
5472LayoutViewBase::show_properties_as_text (bool sp)

Callers 3

do_finish_editMethod · 0.80
visit_cellMethod · 0.80
setupMethod · 0.80

Calls 1

redrawFunction · 0.85

Tested by

no test coverage detected