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

Function enable_edits

src/laybasic/laybasic/layEditable.h:714–717  ·  view source on GitHub ↗

* @brief Enable or disable edit operations * * This method is called when the client code wishes to (temporarily) enable to disable * user functions that may cause an edit operation. This method can be reimplemented to * disable menu entries etc. */

Source from the content-addressed store, hash-verified

712 * disable menu entries etc.
713 */
714 virtual void enable_edits (bool /*enable*/)
715 {
716 // .. nothing yet ..
717 }
718
719protected:
720 /**

Callers 2

cancel_editsMethod · 0.70
finish_editsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected