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

Function menu

src/laybasic/laybasic/layDispatcher.h:256–259  ·  view source on GitHub ↗

* @brief Gets the AbstractMenu object * * This will deliver the actual menu - the one that is the root dispatcher's menu */

Source from the content-addressed store, hash-verified

254 * This will deliver the actual menu - the one that is the root dispatcher's menu
255 */
256 AbstractMenu *menu ()
257 {
258 return (dispatcher () == this) ? mp_menu.get () : dispatcher ()->menu ();
259 }
260
261protected:
262 // capture the configuration events so we can change the value of the configuration actions

Callers 1

init_menuMethod · 0.70

Calls 3

menuMethod · 0.80
dispatcherFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected