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

Method boundingRect

QtNodeEditor/src/NodeGraphicsObject.cpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119
120QRectF
121NodeGraphicsObject::
122boundingRect() const
123{
124 return _node.nodeGeometry().boundingRect();
125}
126
127
128void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected