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

Method delete_items

src/laybasic/laybasic/layAbstractMenu.cc:1760–1767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1758}
1759
1760void
1761AbstractMenu::delete_items (Action *action)
1762{
1763 if (action) {
1764 do_delete_items (m_root, action);
1765 emit_changed ();
1766 }
1767}
1768
1769const AbstractMenuItem *
1770AbstractMenu::find_item_for_action (const Action *action, const AbstractMenuItem *from) const

Callers 2

remove_menu_itemsMethod · 0.80

Calls 1

do_delete_itemsFunction · 0.85

Tested by

no test coverage detected