Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
711
void
712
Editables::edit_cancel ()
713
{
714
clear_previous_selection ();
715
for (iterator e = begin (); e != end (); ++e) {
716
e->edit_cancel ();
717
}
718
}
719
720
void
721
Editables::edit_finish ()
Callers
2
deactivated
Method · 0.45
cancel_edits
Method · 0.45
Calls
3
clear_previous_selection
Function · 0.85
begin
Function · 0.70
end
Function · 0.70
Tested by
no test coverage detected