MCPcopy 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
753void
754Action::set_visible (bool v)
755{
756 if (m_visible != v) {
757 m_visible = v;
758 sync_qaction ();
759 }
760}
761
762void
763Action::set_hidden (bool h)

Callers 5

init_menuMethod · 0.45
init_layer_propertiesMethod · 0.45
set_actionMethod · 0.45
show_toolboxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected