Home
last modified time | relevance | path

Searched refs:SI_NetLineAnchor (Results 1 – 14 of 14) sorted by relevance

/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/project/schematics/items/
H A Dsi_netline.h46 class SI_NetLineAnchor {
48 SI_NetLineAnchor() noexcept = default;
49 virtual ~SI_NetLineAnchor() noexcept = default;
75 SI_NetLine(SI_NetSegment& segment, SI_NetLineAnchor& startPoint,
76 SI_NetLineAnchor& endPoint, const UnsignedLength& width);
86 SI_NetLineAnchor& getStartPoint() const noexcept { return *mStartPoint; } in getStartPoint()
87 SI_NetLineAnchor& getEndPoint() const noexcept { return *mEndPoint; } in getEndPoint()
88 SI_NetLineAnchor* getOtherPoint(const SI_NetLineAnchor& firstPoint) const
114 SI_NetLineAnchor* getAnchor(const NetLineAnchor& anchor);
124 SI_NetLineAnchor* mStartPoint;
[all …]
H A Dsi_netline.cpp63 SI_NetLine::SI_NetLine(SI_NetSegment& segment, SI_NetLineAnchor& startPoint, in SI_NetLine()
64 SI_NetLineAnchor& endPoint, const UnsignedLength& width) in SI_NetLine()
94 SI_NetLineAnchor* SI_NetLine::getOtherPoint( in getOtherPoint()
95 const SI_NetLineAnchor& firstPoint) const noexcept { in getOtherPoint()
162 SI_NetLineAnchor* SI_NetLine::getAnchor(const NetLineAnchor& anchor) { in getAnchor()
H A Dsi_netsegment.h43 class SI_NetLineAnchor; variable
140 void findAllConnectedNetPoints(const SI_NetLineAnchor& p,
H A Dsi_netpoint.h49 public SI_NetLineAnchor,
H A Dsi_symbolpin.h59 public SI_NetLineAnchor,
H A Dsi_netsegment.cpp575 const SI_NetLineAnchor& p, QSet<const SI_SymbolPin*>& pins, in findAllConnectedNetPoints()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/projecteditor/cmd/
H A Dcmdcombineschematicnetsegments.h37 class SI_NetLineAnchor; variable
57 SI_NetLineAnchor& oldAnchor,
59 SI_NetLineAnchor& newAnchor) noexcept;
73 SI_NetLineAnchor& mOldAnchor;
74 SI_NetLineAnchor& mNewAnchor;
H A Dcmdcombineschematicnetsegments.cpp51 SI_NetSegment& toBeRemoved, SI_NetLineAnchor& oldAnchor, in CmdCombineSchematicNetSegments()
52 SI_NetSegment& result, SI_NetLineAnchor& newAnchor) noexcept in CmdCombineSchematicNetSegments()
81 QHash<SI_NetLineAnchor*, SI_NetLineAnchor*> anchorMap; in performExecute()
92 SI_NetLineAnchor* startPoint = in performExecute()
95 SI_NetLineAnchor* endPoint = in performExecute()
H A Dcmdremoveselectedschematicitems.cpp198 QHash<Uuid, SI_NetLineAnchor*> junctionMap; in removeNetSegmentItems()
205 SI_NetLineAnchor* start = nullptr; in removeNetSegmentItems()
214 SI_NetLineAnchor* end = nullptr; in removeNetSegmentItems()
H A Dcmdpasteschematicitems.cpp202 SI_NetLineAnchor* start = nullptr; in performExecute()
224 SI_NetLineAnchor* end = nullptr; in performExecute()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/project/schematics/cmd/
H A Dcmdschematicnetsegmentaddelements.h40 class SI_NetLineAnchor; variable
59 SI_NetLine* addNetLine(SI_NetLineAnchor& startPoint,
60 SI_NetLineAnchor& endPoint);
H A Dcmdschematicnetsegmentaddelements.cpp72 SI_NetLineAnchor& startPoint, SI_NetLineAnchor& endPoint) { in addNetLine()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/projecteditor/schematiceditor/fsm/
H A Dschematiceditorstate_drawwire.h41 class SI_NetLineAnchor; variable
126 SI_NetLineAnchor*
H A Dschematiceditorstate_drawwire.cpp467 SI_NetLineAnchor* otherAnchor = nullptr; in addNextNetPoint()