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