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

Function edit_finish

src/laybasic/laybasic/layEditable.h:358–362  ·  view source on GitHub ↗

* @brief Finishes any pending operations * * This event is sent whenever a pending operation such as * a move operation should be finished. * In contrast to "edit_cancel", this version is supposed * not to rollback, for example if transactions are involved. */

Source from the content-addressed store, hash-verified

356 * not to rollback, for example if transactions are involved.
357 */
358 virtual void edit_finish ()
359 {
360 // by default maps to edit_cancel
361 edit_cancel ();
362 }
363
364 /**
365 * @brief Indicates if any objects are selected

Callers

nothing calls this directly

Calls 1

edit_cancelFunction · 0.85

Tested by

no test coverage detected