|
| BI_Via ()=delete |
|
| BI_Via (const BI_Via &other)=delete |
|
| BI_Via (BI_NetSegment &netsegment, const Via &via) |
|
| ~BI_Via () noexcept |
|
BI_NetSegment & | getNetSegment () const noexcept |
|
const Point & | getPosition () const noexcept override |
|
const Via & | getVia () const noexcept |
|
const Uuid & | getUuid () const noexcept |
|
const PositiveLength & | getDrillDiameter () const noexcept |
|
const PositiveLength & | getSize () const noexcept |
|
const std::optional< PositiveLength > & | getStopMaskDiameterTop () const noexcept |
|
const std::optional< PositiveLength > & | getStopMaskDiameterBottom () const noexcept |
|
bool | isUsed () const noexcept |
|
std::optional< std::pair< const Layer *, const Layer * > > | getDrillLayerSpan () const noexcept |
|
TraceAnchor | toTraceAnchor () const noexcept override |
|
void | setLayers (const Layer &from, const Layer &to) |
|
void | setPosition (const Point &position) noexcept |
|
void | setSize (const PositiveLength &size) noexcept |
|
void | setDrillDiameter (const PositiveLength &diameter) noexcept |
|
void | setExposureConfig (const MaskConfig &config) 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_Via & | operator= (const BI_Via &rhs)=delete |
|
bool | operator== (const BI_Via &rhs) noexcept |
|
bool | operator!= (const BI_Via &rhs) noexcept |
|
| 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 |
|
| 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 |
|