MCPcopy 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
390QPointF
391FlowScene::
392getNodePosition(const Node& node) const
393{
394 return node.nodeGraphicsObject().pos();
395}
396
397
398void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected