| 9 | using QtNodes::PortLayout; |
| 10 | |
| 11 | ConnectionGeometry:: |
| 12 | ConnectionGeometry() |
| 13 | : _in(0, 0) |
| 14 | , _out(0, 0) |
| 15 | //, _animationPhase(0) |
| 16 | , _lineWidth(3.0) |
| 17 | , _hovered(false) |
| 18 | , _ports_layout( PortLayout::Horizontal ) |
| 19 | { } |
| 20 | |
| 21 | QPointF const& |
| 22 | ConnectionGeometry:: |
nothing calls this directly
no outgoing calls
no test coverage detected