![]() |
LibrePCB Developers Documentation
|
The SI_NetLine class. More...
#include <si_netline.h>
Inheritance diagram for SI_NetLine:
Collaboration diagram for SI_NetLine:Public Types | |
| enum class | Event |
| typedef Slot< SI_NetLine, Event > | OnEditedSlot |
Public Member Functions | |
| SI_NetLine ()=delete | |
| SI_NetLine (const SI_NetLine &other)=delete | |
| SI_NetLine (SI_NetSegment &segment, const Uuid &uuid, SI_NetLineAnchor &startPoint, SI_NetLineAnchor &endPoint, const UnsignedLength &width) | |
| ~SI_NetLine () noexcept | |
| SI_NetSegment & | getNetSegment () const noexcept |
| const NetLine & | getNetLine () const noexcept |
| const Uuid & | getUuid () const noexcept |
| const UnsignedLength & | getWidth () const noexcept |
| SI_NetLineAnchor & | getStartPoint () const noexcept |
| SI_NetLineAnchor & | getEndPoint () const noexcept |
| SI_NetLineAnchor * | getOtherPoint (const SI_NetLineAnchor &firstPoint) const noexcept |
| NetSignal & | getNetSignalOfNetSegment () const noexcept |
| void | setWidth (const UnsignedLength &width) noexcept |
| void | addToSchematic () override |
| void | removeFromSchematic () override |
| void | updatePositions () noexcept |
| SI_NetLine & | operator= (const SI_NetLine &rhs)=delete |
Public Member Functions inherited from SI_Base | |
| SI_Base ()=delete | |
| SI_Base (const SI_Base &other)=delete | |
| SI_Base (Schematic &schematic) noexcept | |
| virtual | ~SI_Base () noexcept |
| Project & | getProject () const noexcept |
| Circuit & | getCircuit () const noexcept |
| Schematic & | getSchematic () const noexcept |
| virtual bool | isAddedToSchematic () const noexcept |
| SI_Base & | operator= (const SI_Base &rhs)=delete |
Public Attributes | |
| Signal< SI_NetLine, Event > | onEdited |
Private Attributes | |
| SI_NetSegment & | mNetSegment |
| NetLine | mNetLine |
| SI_NetLineAnchor * | mStartPoint |
| SI_NetLineAnchor * | mEndPoint |
Additional Inherited Members | |
Protected Attributes inherited from SI_Base | |
| Schematic & | mSchematic |
The SI_NetLine class.
| typedef Slot<SI_NetLine, Event> OnEditedSlot |
|
strong |
|
delete |
|
delete |
| SI_NetLine | ( | SI_NetSegment & | segment, |
| const Uuid & | uuid, | ||
| SI_NetLineAnchor & | startPoint, | ||
| SI_NetLineAnchor & | endPoint, | ||
| const UnsignedLength & | width | ||
| ) |
Here is the call graph for this function:
|
noexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
noexcept |
|
noexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
|
overridevirtual |
Reimplemented from SI_Base.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from SI_Base.
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
delete |
| Signal<SI_NetLine, Event> onEdited |
|
private |
|
private |
|
private |
|
private |