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

Method cancel

src/laybasic/laybasic/layLayoutViewBase.cc:4232–4239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4230}
4231
4232void
4233LayoutViewBase::cancel ()
4234{
4235 // cancel all drags and pending edit operations such as move operations.
4236 cancel_edits ();
4237 // and clear the selection
4238 clear_selection ();
4239}
4240
4241void
4242LayoutViewBase::cancel_esc ()

Callers 6

stop_redrawMethod · 0.45
cancel_transactionMethod · 0.45
prepare_drawingMethod · 0.45
delMethod · 0.45
transformMethod · 0.45
end_moveMethod · 0.45

Calls 1

clear_selectionFunction · 0.85

Tested by

no test coverage detected