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

Method repeat_selection

src/laybasic/laybasic/layEditable.cc:493–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493void
494Editables::repeat_selection (Editable::SelectionMode mode)
495{
496 if (m_last_selected_point.is_point ()) {
497 select (m_last_selected_point, mode);
498 }
499}
500
501bool
502Editables::begin_move (const db::DPoint &p, lay::angle_constraint_type ac)

Callers 1

menu_activatedMethod · 0.80

Calls 2

is_pointMethod · 0.80
selectFunction · 0.70

Tested by

no test coverage detected