![]() |
LibrePCB Developers Documentation
|
The SI_BusLine class. More...
#include <si_busline.h>
Inheritance diagram for SI_BusLine:
Collaboration diagram for SI_BusLine:Public Types | |
| enum class | Event |
| typedef Slot< SI_BusLine, Event > | OnEditedSlot |
Public Member Functions | |
| SI_BusLine ()=delete | |
| SI_BusLine (const SI_BusLine &other)=delete | |
| SI_BusLine (SI_BusSegment &segment, const Uuid &uuid, SI_BusJunction &a, SI_BusJunction &b, const UnsignedLength &width) | |
| ~SI_BusLine () noexcept | |
| SI_BusSegment & | getBusSegment () const noexcept |
| const NetLine & | getNetLine () const noexcept |
| const Uuid & | getUuid () const noexcept |
| const UnsignedLength & | getWidth () const noexcept |
| SI_BusJunction & | getP1 () const noexcept |
| SI_BusJunction & | getP2 () const noexcept |
| SI_BusJunction * | getOtherPoint (const SI_BusJunction &firstPoint) const noexcept |
| void | setWidth (const UnsignedLength &width) noexcept |
| void | addToSchematic () override |
| void | removeFromSchematic () override |
| void | updatePositions () noexcept |
| SI_BusLine & | operator= (const SI_BusLine &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_BusLine, Event > | onEdited |
Private Attributes | |
| SI_BusSegment & | mSegment |
| NetLine | mNetLine |
| SI_BusJunction * | mP1 |
| SI_BusJunction * | mP2 |
Additional Inherited Members | |
Protected Attributes inherited from SI_Base | |
| Schematic & | mSchematic |
The SI_BusLine class.
| typedef Slot<SI_BusLine, Event> OnEditedSlot |
|
strong |
|
delete |
|
delete |
| SI_BusLine | ( | SI_BusSegment & | segment, |
| const Uuid & | uuid, | ||
| SI_BusJunction & | a, | ||
| SI_BusJunction & | b, | ||
| 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 call graph for this function:
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the call graph for this function:
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 |
|
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_BusLine, Event> onEdited |
|
private |
|
private |
|
private |
|
private |