LibrePCB Developers Documentation
BI_NetLineAnchor Class Referenceabstract

#include <bi_netline.h>

+ Inheritance diagram for BI_NetLineAnchor:
+ Collaboration diagram for BI_NetLineAnchor:

Public Member Functions

 BI_NetLineAnchor () noexcept=default
 
virtual ~BI_NetLineAnchor () noexcept=default
 
virtual void registerNetLine (BI_NetLine &netline)=0
 
virtual void unregisterNetLine (BI_NetLine &netline)=0
 
virtual const QSet< BI_NetLine * > & getNetLines () const noexcept=0
 
virtual const PointgetPosition () const noexcept=0
 
virtual TraceAnchor toTraceAnchor () const noexcept=0
 
std::vector< PositiveLengthgetLineWidths () const noexcept
 
UnsignedLength getMaxLineWidth () const noexcept
 
UnsignedLength getMedianLineWidth () const noexcept
 
BI_NetSegmentgetNetSegmentOfLines () const noexcept
 

Constructor & Destructor Documentation

◆ BI_NetLineAnchor()

BI_NetLineAnchor ( )
defaultnoexcept

◆ ~BI_NetLineAnchor()

virtual ~BI_NetLineAnchor ( )
virtualdefaultnoexcept

Member Function Documentation

◆ registerNetLine()

virtual void registerNetLine ( BI_NetLine netline)
pure virtual

Implemented in BI_FootprintPad, BI_Via, and BI_NetPoint.

+ Here is the caller graph for this function:

◆ unregisterNetLine()

virtual void unregisterNetLine ( BI_NetLine netline)
pure virtual

Implemented in BI_FootprintPad, BI_Via, and BI_NetPoint.

+ Here is the caller graph for this function:

◆ getNetLines()

virtual const QSet<BI_NetLine*>& getNetLines ( ) const
pure virtualnoexcept

Implemented in BI_FootprintPad, BI_Via, and BI_NetPoint.

+ Here is the caller graph for this function:

◆ getPosition()

virtual const Point& getPosition ( ) const
pure virtualnoexcept

Implemented in BI_FootprintPad, BI_NetPoint, and BI_Via.

+ Here is the caller graph for this function:

◆ toTraceAnchor()

virtual TraceAnchor toTraceAnchor ( ) const
pure virtualnoexcept

Implemented in BI_FootprintPad, BI_Via, and BI_NetPoint.

◆ getLineWidths()

std::vector< PositiveLength > getLineWidths ( ) const
noexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getMaxLineWidth()

UnsignedLength getMaxLineWidth ( ) const
noexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getMedianLineWidth()

UnsignedLength getMedianLineWidth ( ) const
noexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getNetSegmentOfLines()

BI_NetSegment * getNetSegmentOfLines ( ) const
noexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: