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

Method set_separator

src/laybasic/laybasic/layAbstractMenu.cc:990–999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

988}
989
990void
991Action::set_separator (bool s)
992{
993#if defined(HAVE_QT)
994 if (qaction ()) {
995 qaction ()->setSeparator (s);
996 }
997#endif
998 m_separator = s;
999}
1000
1001void
1002Action::set_icon (const std::string &filename)

Callers 2

insert_separatorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected