Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5534
void
5535
LayoutViewBase::text_point_mode (bool pm)
5536
{
5537
if (m_text_point_mode != pm) {
5538
m_text_point_mode = pm;
5539
redraw ();
5540
}
5541
}
5542
5543
void
5544
LayoutViewBase::clear_ruler_new_cell (bool f)
Callers
1
TextInfo
Method · 0.80
Calls
1
redraw
Function · 0.85
Tested by
no test coverage detected