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

Method boundingRect

QtNodeEditor/src/ConnectionGraphicsObject.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62QRectF
63ConnectionGraphicsObject::
64boundingRect() const
65{
66 return _connection.connectionGeometry().boundingRect();
67}
68
69
70QPainterPath

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected