LibrePCB Developers Documentation
|
This is the complete list of members for SI_NetSegment, including all inherited members.
addNetLabel(SI_NetLabel &netlabel) | SI_NetSegment | |
addNetPointsAndNetLines(const QList< SI_NetPoint * > &netpoints, const QList< SI_NetLine * > &netlines) | SI_NetSegment | |
addToSchematic() override | SI_NetSegment | virtual |
areAllNetPointsConnectedTogether() const noexcept | SI_NetSegment | private |
calcNearestPoint(const Point &p) const noexcept | SI_NetSegment | |
checkAttributesValidity() const noexcept | SI_NetSegment | private |
findAllConnectedNetPoints(const SI_NetLineAnchor &p, QSet< const SI_SymbolPin * > &pins, QSet< const SI_NetPoint * > &points) const noexcept | SI_NetSegment | private |
getAllConnectedPins() const noexcept | SI_NetSegment | |
getCircuit() const noexcept | SI_Base | |
getForcedNetName() const noexcept | SI_NetSegment | |
getForcedNetNames() const noexcept | SI_NetSegment | |
getNetLabels() const noexcept | SI_NetSegment | inline |
getNetLines() const noexcept | SI_NetSegment | inline |
getNetPoints() const noexcept | SI_NetSegment | inline |
getNetSignal() const noexcept | SI_NetSegment | inline |
getProject() const noexcept | SI_Base | |
getSchematic() const noexcept | SI_Base | inline |
getUuid() const noexcept | SI_NetSegment | inline |
isAddedToSchematic() const noexcept | SI_Base | inlinevirtual |
isUsed() const noexcept | SI_NetSegment | |
mIsAddedToSchematic | SI_Base | private |
mNetLabels | SI_NetSegment | private |
mNetLines | SI_NetSegment | private |
mNetPoints | SI_NetSegment | private |
mNetSignal | SI_NetSegment | private |
mSchematic | SI_Base | protected |
mUuid | SI_NetSegment | private |
netLabelAdded(SI_NetLabel &netLabel) | SI_NetSegment | signal |
netLabelRemoved(SI_NetLabel &netLabel) | SI_NetSegment | signal |
netPointsAndNetLinesAdded(const QList< SI_NetPoint * > &netPoints, const QList< SI_NetLine * > &netLines) | SI_NetSegment | signal |
netPointsAndNetLinesRemoved(const QList< SI_NetPoint * > &netPoints, const QList< SI_NetLine * > &netLines) | SI_NetSegment | signal |
operator!=(const SI_NetSegment &rhs) noexcept | SI_NetSegment | inline |
operator=(const SI_NetSegment &rhs)=delete | SI_NetSegment | |
librepcb::SI_Base::operator=(const SI_Base &rhs)=delete | SI_Base | |
operator==(const SI_NetSegment &rhs) noexcept | SI_NetSegment | inline |
removeFromSchematic() override | SI_NetSegment | virtual |
removeNetLabel(SI_NetLabel &netlabel) | SI_NetSegment | |
removeNetPointsAndNetLines(const QList< SI_NetPoint * > &netpoints, const QList< SI_NetLine * > &netlines) | SI_NetSegment | |
serialize(SExpression &root) const | SI_NetSegment | |
setNetSignal(NetSignal &netsignal) | SI_NetSegment | |
SI_Base()=delete | SI_Base | |
SI_Base(const SI_Base &other)=delete | SI_Base | |
SI_Base(Schematic &schematic) noexcept | SI_Base | |
SI_NetSegment()=delete | SI_NetSegment | |
SI_NetSegment(const SI_NetSegment &other)=delete | SI_NetSegment | |
SI_NetSegment(Schematic &schematic, const Uuid &uuid, NetSignal &signal) | SI_NetSegment | |
updateAllNetLabelAnchors() noexcept | SI_NetSegment | |
~SI_Base() noexcept | SI_Base | virtual |
~SI_NetSegment() noexcept | SI_NetSegment |