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

Method clear_previous_selection

src/laybasic/laybasic/layEditable.cc:315–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315void
316Editables::clear_previous_selection ()
317{
318 m_last_selected_point = db::DBox ();
319 for (iterator e = begin (); e != end (); ++e) {
320 e->clear_previous_selection ();
321 }
322}
323
324void
325Editables::clear_transient_selection ()

Callers 2

clear_selectionMethod · 0.45

Calls 2

beginFunction · 0.70
endFunction · 0.70

Tested by

no test coverage detected