LibrePCB Developers Documentation
|
This is the complete list of members for SI_NetLine, including all inherited members.
addToSchematic() override | SI_NetLine | virtual |
Event enum name | SI_NetLine | |
getCircuit() const noexcept | SI_Base | |
getEndPoint() const noexcept | SI_NetLine | inline |
getNetLine() const noexcept | SI_NetLine | inline |
getNetSegment() const noexcept | SI_NetLine | inline |
getNetSignalOfNetSegment() const noexcept | SI_NetLine | |
getOtherPoint(const SI_NetLineAnchor &firstPoint) const noexcept | SI_NetLine | |
getProject() const noexcept | SI_Base | |
getSchematic() const noexcept | SI_Base | inline |
getStartPoint() const noexcept | SI_NetLine | inline |
getUuid() const noexcept | SI_NetLine | inline |
getWidth() const noexcept | SI_NetLine | inline |
isAddedToSchematic() const noexcept | SI_Base | inlinevirtual |
mEndPoint | SI_NetLine | private |
mIsAddedToSchematic | SI_Base | private |
mNetLine | SI_NetLine | private |
mNetSegment | SI_NetLine | private |
mSchematic | SI_Base | protected |
mStartPoint | SI_NetLine | private |
onEdited | SI_NetLine | |
OnEditedSlot typedef | SI_NetLine | |
operator=(const SI_NetLine &rhs)=delete | SI_NetLine | |
librepcb::SI_Base::operator=(const SI_Base &rhs)=delete | SI_Base | |
removeFromSchematic() override | SI_NetLine | virtual |
setWidth(const UnsignedLength &width) noexcept | SI_NetLine | |
SI_Base()=delete | SI_Base | |
SI_Base(const SI_Base &other)=delete | SI_Base | |
SI_Base(Schematic &schematic) noexcept | SI_Base | |
SI_NetLine()=delete | SI_NetLine | |
SI_NetLine(const SI_NetLine &other)=delete | SI_NetLine | |
SI_NetLine(SI_NetSegment &segment, const Uuid &uuid, SI_NetLineAnchor &startPoint, SI_NetLineAnchor &endPoint, const UnsignedLength &width) | SI_NetLine | |
updatePositions() noexcept | SI_NetLine | |
~SI_Base() noexcept | SI_Base | virtual |
~SI_NetLine() noexcept | SI_NetLine |