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

Method find_item_for_action

src/laybasic/laybasic/layAbstractMenu.cc:1769–1773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1767}
1768
1769const AbstractMenuItem *
1770AbstractMenu::find_item_for_action (const Action *action, const AbstractMenuItem *from) const
1771{
1772 return (const_cast<AbstractMenu *> (this))->find_item_for_action (action, const_cast<AbstractMenuItem *> (from));
1773}
1774
1775AbstractMenuItem *
1776AbstractMenu::find_item_for_action (const Action *action, AbstractMenuItem *from)

Callers 1

menu_about_to_showMethod · 0.80

Calls 5

rootFunction · 0.50
actionMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
operator->Method · 0.45

Tested by

no test coverage detected