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

Method setEndPoint

QtNodeEditor/src/ConnectionGeometry.cpp:33–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33void
34ConnectionGeometry::
35setEndPoint(PortType portType, QPointF const& point)
36{
37 switch (portType)
38 {
39 case PortType::Out:
40 _out = point;
41 break;
42
43 case PortType::In:
44 _in = point;
45 break;
46
47 default:
48 break;
49 }
50}
51
52
53void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected