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

Method has_selection

src/laybasic/laybasic/layEditable.cc:700–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698}
699
700bool
701Editables::has_selection ()
702{
703 for (iterator e = begin (); e != end (); ++e) {
704 if (e->has_selection ()) {
705 return true;
706 }
707 }
708 return false;
709}
710
711void
712Editables::edit_cancel ()

Callers 4

key_eventMethod · 0.45
start_moveMethod · 0.45
clear_selectionMethod · 0.45

Calls 2

beginFunction · 0.70
endFunction · 0.70

Tested by

no test coverage detected