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

Method cancel_edits

src/laybasic/laybasic/layEditable.cc:729–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727}
728
729void
730Editables::cancel_edits ()
731{
732 for (iterator e = begin (); e != end (); ++e) {
733 e->edit_cancel ();
734 }
735}
736
737void
738Editables::finish_edits ()

Callers 15

cm_flatten_instsMethod · 0.45
cm_move_hier_upMethod · 0.45
cm_make_cell_variantsMethod · 0.45
cm_resolve_arefsMethod · 0.45
cm_make_cellMethod · 0.45
cm_convert_to_cellMethod · 0.45
cm_convert_to_pcellMethod · 0.45
cm_round_cornersMethod · 0.45
cm_sizeMethod · 0.45
boolean_opMethod · 0.45
cm_alignMethod · 0.45
cm_distributeMethod · 0.45

Calls 3

beginFunction · 0.70
endFunction · 0.70
edit_cancelMethod · 0.45

Tested by

no test coverage detected