Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ set_visible
Method
set_visible
src/laybasic/laybasic/layAbstractMenu.cc:753–760 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
751
#endif
752
753
void
754
Action::set_visible (bool v)
755
{
756
if (m_visible != v) {
757
m_visible = v;
758
sync_qaction ();
759
}
760
}
761
762
void
763
Action::set_hidden (bool h)
Callers
5
layLayerProperties.cc
File · 0.45
init_menu
Method · 0.45
init_layer_properties
Method · 0.45
set_action
Method · 0.45
show_toolbox
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected