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

Method getNodeSize

QtNodeEditor/src/FlowScene.cpp:407–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405
406
407QSizeF
408FlowScene::
409getNodeSize(const Node& node) const
410{
411 return QSizeF(node.nodeGeometry().width(),
412 node.nodeGeometry().height());
413}
414
415
416std::unordered_map<QUuid, std::unique_ptr<Node> > const &

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected