Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/Groot
/ getNodePosition
Method
getNodePosition
QtNodeEditor/src/FlowScene.cpp:390–395 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
388
389
390
QPointF
391
FlowScene::
392
getNodePosition(const Node& node) const
393
{
394
return node.nodeGraphicsObject().pos();
395
}
396
397
398
void
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected