![]() |
LibrePCB Developers Documentation
|
The SI_BusJunction class. More...
#include <si_busjunction.h>
Inheritance diagram for SI_BusJunction:
Collaboration diagram for SI_BusJunction:Public Types | |
| enum class | Event |
| typedef Slot< SI_BusJunction, Event > | OnEditedSlot |
Public Member Functions | |
| SI_BusJunction ()=delete | |
| SI_BusJunction (const SI_BusJunction &other)=delete | |
| SI_BusJunction (SI_BusSegment &segment, const Uuid &uuid, const Point &position) | |
| ~SI_BusJunction () noexcept | |
| const Uuid & | getUuid () const noexcept |
| const Point & | getPosition () const noexcept override |
| const Junction & | getJunction () const noexcept |
| bool | isVisibleJunction () const noexcept |
| SI_BusSegment & | getBusSegment () const noexcept |
| bool | isUsed () const noexcept |
| bool | isOpen () const noexcept override |
| void | setPosition (const Point &position) noexcept |
| void | addToSchematic () override |
| void | removeFromSchematic () override |
| void | registerBusLine (SI_BusLine &l) |
| void | unregisterBusLine (SI_BusLine &l) |
| const QSet< SI_BusLine * > & | getBusLines () const noexcept |
| void | registerNetLine (SI_NetLine &netline) override |
| void | unregisterNetLine (SI_NetLine &netline) override |
| const QSet< SI_NetLine * > & | getNetLines () const noexcept override |
| NetLineAnchor | toNetLineAnchor () const noexcept override |
| SI_BusJunction & | operator= (const SI_BusJunction &rhs)=delete |
| bool | operator== (const SI_BusJunction &rhs) noexcept |
| bool | operator!= (const SI_BusJunction &rhs) noexcept |
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 Member Functions inherited from SI_NetLineAnchor | |
| SI_NetLineAnchor () noexcept=default | |
| virtual | ~SI_NetLineAnchor () noexcept=default |
Public Attributes | |
| Signal< SI_BusJunction, Event > | onEdited |
Private Attributes | |
| SI_BusSegment & | mSegment |
| Junction | mJunction |
| QSet< SI_BusLine * > | mRegisteredBusLines |
| all registered netlines | |
| QSet< SI_NetLine * > | mRegisteredNetLines |
| all registered netlines | |
Additional Inherited Members | |
Protected Attributes inherited from SI_Base | |
| Schematic & | mSchematic |
The SI_BusJunction class.
| typedef Slot<SI_BusJunction, Event> OnEditedSlot |
|
strong |
|
delete |
|
delete |
| SI_BusJunction | ( | SI_BusSegment & | segment, |
| const Uuid & | uuid, | ||
| const Point & | position | ||
| ) |
Here is the call graph for this function:
|
noexcept |
|
inlinenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtualnoexcept |
Implements SI_NetLineAnchor.
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:
|
noexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
overridevirtualnoexcept |
|
noexcept |
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:
|
overridevirtual |
Reimplemented from SI_Base.
Here is the call graph for this function:
Here is the caller graph for this function:| void registerBusLine | ( | SI_BusLine & | l | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void unregisterBusLine | ( | SI_BusLine & | l | ) |
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:
|
overridevirtual |
|
overridevirtual |
|
inlineoverridevirtualnoexcept |
Implements SI_NetLineAnchor.
|
overridevirtualnoexcept |
Implements SI_NetLineAnchor.
Here is the call graph for this function:
Here is the caller graph for this function:
|
delete |
|
inlinenoexcept |
|
inlinenoexcept |
| Signal<SI_BusJunction, Event> onEdited |
|
private |
|
private |
|
private |
all registered netlines
|
private |
all registered netlines