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

Function id_from_action

src/laybasic/laybasic/layAbstractMenu.cc:380–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380static size_t
381id_from_action (QAction *action)
382{
383 ActionObject *ao = dynamic_cast<ActionObject *> (action);
384 return ao ? ao->id () : 0;
385}
386
387#endif
388

Callers 1

buildMethod · 0.85

Calls 1

idMethod · 0.45

Tested by

no test coverage detected