| 405 | |
| 406 | |
| 407 | QSizeF |
| 408 | FlowScene:: |
| 409 | getNodeSize(const Node& node) const |
| 410 | { |
| 411 | return QSizeF(node.nodeGeometry().width(), |
| 412 | node.nodeGeometry().height()); |
| 413 | } |
| 414 | |
| 415 | |
| 416 | std::unordered_map<QUuid, std::unique_ptr<Node> > const & |
nothing calls this directly
no outgoing calls
no test coverage detected