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

Method action

src/laybasic/laybasic/layAbstractMenu.cc:1580–1583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1578}
1579
1580const Action *AbstractMenu::action(const std::string &path) const
1581{
1582 return (const_cast<AbstractMenu *> (this))->action (path);
1583}
1584
1585Action *AbstractMenu::action(const std::string &path)
1586{

Callers 8

menu_about_to_showMethod · 0.45
build_detachedMethod · 0.45
buildMethod · 0.45
is_separatorMethod · 0.45
do_delete_itemsFunction · 0.45
find_item_for_actionMethod · 0.45
get_shortcutsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected