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

Method hoverEnterEvent

QtNodeEditor/src/ConnectionGraphicsObject.cpp:224–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222
223
224void
225ConnectionGraphicsObject::
226hoverEnterEvent(QGraphicsSceneHoverEvent* event)
227{
228 _connection.connectionGeometry().setHovered(true);
229
230 update();
231 _scene.connectionHovered(connection(), event->screenPos());
232 event->accept();
233}
234
235
236void

Callers

nothing calls this directly

Calls 1

setHoveredMethod · 0.80

Tested by

no test coverage detected