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

Method setNodePosition

QtNodeEditor/src/FlowScene.cpp:398–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396
397
398void
399FlowScene::
400setNodePosition(Node& node, const QPointF& pos) const
401{
402 node.nodeGraphicsObject().setPos(pos);
403 node.nodeGraphicsObject().moveConnections();
404}
405
406
407QSizeF

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected