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

Function get_menu_entries

src/laybasic/laybasic/layPlugin.h:305–308  ·  view source on GitHub ↗

* @brief Fetches the menu objects for this plugin * * The implementation of this method is supposed to call the base * classes "get_menu_entries" method and add it's own entries. */

Source from the content-addressed store, hash-verified

303 * classes "get_menu_entries" method and add it's own entries.
304 */
305 virtual void get_menu_entries (std::vector<lay::MenuEntry> & /*menu_entries*/) const
306 {
307 // .. nothing yet ..
308 }
309
310 /**
311 * @brief Creates a plugin object of the respective kind

Callers 15

get_menu_entriesMethod · 0.85
get_menu_entriesMethod · 0.85
get_menu_entriesMethod · 0.85
get_menu_entriesMethod · 0.85
get_menu_entriesMethod · 0.85
get_menu_entriesMethod · 0.85
get_menu_entriesMethod · 0.85
get_menu_entriesMethod · 0.85
get_menu_entriesMethod · 0.85
get_menu_entriesMethod · 0.85
get_menu_entriesMethod · 0.85
get_menu_entriesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected