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

Method edit_cancel

src/laybasic/laybasic/layEditable.cc:711–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709}
710
711void
712Editables::edit_cancel ()
713{
714 clear_previous_selection ();
715 for (iterator e = begin (); e != end (); ++e) {
716 e->edit_cancel ();
717 }
718}
719
720void
721Editables::edit_finish ()

Callers 2

deactivatedMethod · 0.45
cancel_editsMethod · 0.45

Calls 3

clear_previous_selectionFunction · 0.85
beginFunction · 0.70
endFunction · 0.70

Tested by

no test coverage detected