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

Function dispatcher

src/laybasic/laybasic/layAbstractMenu.h:386–389  ·  view source on GitHub ↗

* @brief Gets the dispatcher object this action is connected to */

Source from the content-addressed store, hash-verified

384 * @brief Gets the dispatcher object this action is connected to
385 */
386 Dispatcher *dispatcher () const
387 {
388 return mp_dispatcher;
389 }
390
391 /**
392 * @brief This event is called when the action is triggered

Callers 7

menuFunction · 0.70
LayoutViewBaseMethod · 0.70
finishMethod · 0.70
init_menuMethod · 0.70
create_pluginMethod · 0.70
menu_activatedMethod · 0.70
triggeredMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected