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

Method set_checked

src/laybasic/laybasic/layAbstractMenu.cc:968–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

966}
967
968void
969Action::set_checked (bool c)
970{
971#if defined(HAVE_QT)
972 if (qaction ()) {
973 qaction ()->setChecked (c);
974 }
975#endif
976 m_checked = c;
977}
978
979void
980Action::set_checkable (bool c)

Callers 9

update_menuMethod · 0.80
attach_viewMethod · 0.80
update_menuMethod · 0.80
select_modeMethod · 0.80
do_update_menuMethod · 0.80
init_menuMethod · 0.80
set_editable_enabledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected