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

Function edits_enabled

src/laybasic/laybasic/layLayoutViewBase.h:2277–2280  ·  view source on GitHub ↗

* @brief Gets a value indicating whether edits are enabled or not * * "enable_edits" will change this value. */

Source from the content-addressed store, hash-verified

2275 * "enable_edits" will change this value.
2276 */
2277 bool edits_enabled () const
2278 {
2279 return m_disabled_edits <= 0;
2280 }
2281
2282 /**
2283 * @brief Rename the given cellview to the given name

Callers 4

edits_enabled_changedMethod · 0.85
update_action_statesMethod · 0.85
do_update_mru_menusMethod · 0.85
enable_editsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected