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

Method edit_finish

src/laybasic/laybasic/layEditable.cc:720–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720void
721Editables::edit_finish ()
722{
723 clear_previous_selection ();
724 for (iterator e = begin (); e != end (); ++e) {
725 e->edit_finish ();
726 }
727}
728
729void
730Editables::cancel_edits ()

Callers 1

finish_editsMethod · 0.80

Calls 3

clear_previous_selectionFunction · 0.85
beginFunction · 0.70
endFunction · 0.70

Tested by

no test coverage detected