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

Method text_point_mode

src/laybasic/laybasic/layLayoutViewBase.cc:5534–5541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5532}
5533
5534void
5535LayoutViewBase::text_point_mode (bool pm)
5536{
5537 if (m_text_point_mode != pm) {
5538 m_text_point_mode = pm;
5539 redraw ();
5540 }
5541}
5542
5543void
5544LayoutViewBase::clear_ruler_new_cell (bool f)

Callers 1

TextInfoMethod · 0.80

Calls 1

redrawFunction · 0.85

Tested by

no test coverage detected