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

Method set_checkable

src/laybasic/laybasic/layAbstractMenu.cc:979–988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

977}
978
979void
980Action::set_checkable (bool c)
981{
982#if defined(HAVE_QT)
983 if (qaction ()) {
984 qaction ()->setCheckable (c);
985 }
986#endif
987 m_checkable = c;
988}
989
990void
991Action::set_separator (bool s)

Callers 4

update_menuMethod · 0.80
update_menuMethod · 0.80
do_update_menuMethod · 0.80
init_menuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected