MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / contextMenuEvent

Method contextMenuEvent

QtNodeEditor/src/ConnectionGraphicsObject.cpp:263–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void
264ConnectionGraphicsObject::
265contextMenuEvent(QGraphicsSceneContextMenuEvent* event)
266{
267 _scene.connectionContextMenu( connection(), mapToScene(event->pos()));
268}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected