Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
380
static size_t
381
id_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
build
Method · 0.85
Calls
1
id
Method · 0.45
Tested by
no test coverage detected