MCPcopy 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
419void
420NodeGraphicsObject::
421contextMenuEvent(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