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

Method empty_cell_dimension

src/laybasic/laybasic/layLayoutViewBase.cc:5452–5459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5450}
5451
5452void
5453LayoutViewBase::empty_cell_dimension (double um)
5454{
5455 if (m_empty_cell_dimension != um) {
5456 m_empty_cell_dimension = um;
5457 redraw ();
5458 }
5459}
5460
5461void
5462LayoutViewBase::text_visible (bool vis)

Callers 1

setupMethod · 0.80

Calls 1

redrawFunction · 0.85

Tested by

no test coverage detected