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

Method set_enabled

src/laybasic/laybasic/layAbstractMenu.cc:953–960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951}
952
953void
954Action::set_enabled (bool b)
955{
956 if (m_enabled != b) {
957 m_enabled = b;
958 sync_qaction ();
959 }
960}
961
962bool
963Action::is_effective_enabled () const

Callers 1

set_actionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected