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

Method mouseDoubleClickEvent

QtNodeEditor/src/NodeGraphicsObject.cpp:410–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408
409
410void
411NodeGraphicsObject::
412mouseDoubleClickEvent(QGraphicsSceneMouseEvent* event)
413{
414 QGraphicsItem::mouseDoubleClickEvent(event);
415 _double_clicked = true;
416 emit _scene.nodeDoubleClicked(node());
417}
418
419void
420NodeGraphicsObject::

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected