Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
QRectF
121
NodeGraphicsObject::
122
boundingRect() const
123
{
124
return _node.nodeGeometry().boundingRect();
125
}
126
127
128
void
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected