Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
953
void
954
Action::set_enabled (bool b)
955
{
956
if (m_enabled != b) {
957
m_enabled = b;
958
sync_qaction ();
959
}
960
}
961
962
bool
963
Action::is_effective_enabled () const
Callers
1
set_action
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected