![]() |
LibrePCB Developers Documentation
|
The BI_NetPoint class. More...
#include <bi_netpoint.h>
Inheritance diagram for BI_NetPoint:
Collaboration diagram for BI_NetPoint:Public Types | |
| enum class | Event |
| typedef Slot< BI_NetPoint, Event > | OnEditedSlot |
Public Member Functions | |
| BI_NetPoint ()=delete | |
| BI_NetPoint (const BI_NetPoint &other)=delete | |
| BI_NetPoint (BI_NetSegment &segment, const Uuid &uuid, const Point &position) | |
| ~BI_NetPoint () noexcept | |
| const Uuid & | getUuid () const noexcept |
| const Point & | getPosition () const noexcept override |
| const Junction & | getJunction () const noexcept |
| BI_NetSegment & | getNetSegment () const noexcept |
| bool | isUsed () const noexcept |
| const Layer * | getLayerOfTraces () const noexcept |
| const UnsignedLength & | getMaxTraceWidth () const noexcept |
| TraceAnchor | toTraceAnchor () const noexcept override |
| void | setPosition (const Point &position) noexcept |
| void | addToBoard () override |
| void | removeFromBoard () override |
| void | registerNetLine (BI_NetLine &netline) override |
| void | unregisterNetLine (BI_NetLine &netline) override |
| const QSet< BI_NetLine * > & | getNetLines () const noexcept override |
| BI_NetPoint & | operator= (const BI_NetPoint &rhs)=delete |
| bool | operator== (const BI_NetPoint &rhs) noexcept |
| bool | operator!= (const BI_NetPoint &rhs) noexcept |
Public Member Functions inherited from BI_Base | |
| BI_Base ()=delete | |
| BI_Base (const BI_Base &other)=delete | |
| BI_Base (Board &board) noexcept | |
| virtual | ~BI_Base () noexcept |
| Project & | getProject () const noexcept |
| Circuit & | getCircuit () const noexcept |
| Board & | getBoard () const noexcept |
| virtual bool | isAddedToBoard () const noexcept |
| BI_Base & | operator= (const BI_Base &rhs)=delete |
Public Member Functions inherited from BI_NetLineAnchor | |
| BI_NetLineAnchor () noexcept=default | |
| virtual | ~BI_NetLineAnchor () noexcept=default |
| std::vector< PositiveLength > | getLineWidths () const noexcept |
| UnsignedLength | getMaxLineWidth () const noexcept |
| UnsignedLength | getMedianLineWidth () const noexcept |
| BI_NetSegment * | getNetSegmentOfLines () const noexcept |
Public Attributes | |
| Signal< BI_NetPoint, Event > | onEdited |
Private Member Functions | |
| void | netLineEdited (const BI_NetLine &obj, BI_NetLine::Event event) noexcept |
| void | updateLayerOfTraces () noexcept |
| void | updateMaxTraceWidth () noexcept |
Private Attributes | |
| BI_NetSegment & | mNetSegment |
| Junction | mJunction |
| QMetaObject::Connection | mNetSignalNameChangedConnection |
| const Layer * | mLayerOfTraces |
| UnsignedLength | mMaxTraceWidth |
| QSet< BI_NetLine * > | mRegisteredNetLines |
| all registered netlines | |
| BI_NetLine::OnEditedSlot | mOnNetLineEditedSlot |
Additional Inherited Members | |
Protected Attributes inherited from BI_Base | |
| Board & | mBoard |
The BI_NetPoint class.
| typedef Slot<BI_NetPoint, Event> OnEditedSlot |
|
strong |
|
delete |
|
delete |
| BI_NetPoint | ( | BI_NetSegment & | segment, |
| const Uuid & | uuid, | ||
| const Point & | position | ||
| ) |
|
noexcept |
|
inlinenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtualnoexcept |
Implements BI_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:
|
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:
|
overridevirtualnoexcept |
|
noexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from BI_Base.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from BI_Base.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
|
overridevirtual |
|
inlineoverridevirtualnoexcept |
|
delete |
|
inlinenoexcept |
|
inlinenoexcept |
|
privatenoexcept |
|
privatenoexcept |
Here is the caller graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:| Signal<BI_NetPoint, Event> onEdited |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
all registered netlines
|
private |