Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/Groot
/ contextMenuEvent
Method
contextMenuEvent
QtNodeEditor/src/NodeGraphicsObject.cpp:419–424 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
417
}
418
419
void
420
NodeGraphicsObject::
421
contextMenuEvent(QGraphicsSceneContextMenuEvent* event)
422
{
423
_scene.nodeContextMenu(node(), mapToScene(event->pos()));
424
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected