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

Method ConnectionGeometry

QtNodeEditor/src/ConnectionGeometry.cpp:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9using QtNodes::PortLayout;
10
11ConnectionGeometry::
12ConnectionGeometry()
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
21QPointF const&
22ConnectionGeometry::

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected