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

Method mousePressEvent

QtNodeEditor/src/ConnectionGraphicsObject.cpp:151–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150
151void
152ConnectionGraphicsObject::
153mousePressEvent(QGraphicsSceneMouseEvent* event)
154{
155 QGraphicsItem::mousePressEvent(event);
156 //event->ignore();
157}
158
159
160void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected