Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
729
void
730
Editables::cancel_edits ()
731
{
732
for (iterator e = begin (); e != end (); ++e) {
733
e->edit_cancel ();
734
}
735
}
736
737
void
738
Editables::finish_edits ()
Callers
15
cm_flatten_insts
Method · 0.45
cm_move_hier_up
Method · 0.45
cm_make_cell_variants
Method · 0.45
cm_resolve_arefs
Method · 0.45
cm_make_cell
Method · 0.45
cm_convert_to_cell
Method · 0.45
cm_convert_to_pcell
Method · 0.45
cm_round_corners
Method · 0.45
cm_size
Method · 0.45
boolean_op
Method · 0.45
cm_align
Method · 0.45
cm_distribute
Method · 0.45
Calls
3
begin
Function · 0.70
end
Function · 0.70
edit_cancel
Method · 0.45
Tested by
no test coverage detected