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

Function edit_cancel

src/laybasic/laybasic/layEditable.h:345–348  ·  view source on GitHub ↗

* @brief Cancel any pending operations * * This event is sent whenever a pending operation such as * a move operation should be canceled. */

Source from the content-addressed store, hash-verified

343 * a move operation should be canceled.
344 */
345 virtual void edit_cancel ()
346 {
347 // .. by default, nothing is implemented ..
348 }
349
350 /**
351 * @brief Finishes any pending operations

Callers 3

deactivatedMethod · 0.85
edit_finishFunction · 0.85
end_moveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected