LibrePCB Developers Documentation
|
#include <bi_via.h>
Public Types | |
enum class | Event |
typedef Slot< BI_Via, Event > | OnEditedSlot |
Public Member Functions | |
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 tl::optional< PositiveLength > & | getStopMaskDiameterTop () const noexcept |
const tl::optional< PositiveLength > & | getStopMaskDiameterBottom () const noexcept |
bool | isUsed () const noexcept |
tl::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 |
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 |
virtual void | addToBoard () |
virtual void | removeFromBoard () |
BI_Base & | operator= (const BI_Base &rhs)=delete |
Public Member Functions inherited from BI_NetLineAnchor | |
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 Point & | getPosition () const noexcept=0 |
virtual TraceAnchor | toTraceAnchor () const noexcept=0 |
std::vector< PositiveLength > | getLineWidths () const noexcept |
UnsignedLength | getMaxLineWidth () const noexcept |
UnsignedLength | getMedianLineWidth () const noexcept |
BI_NetSegment * | getNetSegmentOfLines () const noexcept |
Public Attributes | |
Signal< BI_Via, Event > | onEdited |
Private Member Functions | |
void | updateStopMaskDiameters () noexcept |
Private Attributes | |
Via | mVia |
BI_NetSegment & | mNetSegment |
QMetaObject::Connection | mNetSignalNameChangedConnection |
tl::optional< PositiveLength > | mStopMaskDiameterTop |
tl::optional< PositiveLength > | mStopMaskDiameterBottom |
QSet< BI_NetLine * > | mRegisteredNetLines |
Additional Inherited Members | |
Protected Attributes inherited from BI_Base | |
Board & | mBoard |
The BI_Via class.
typedef Slot<BI_Via, Event> OnEditedSlot |
|
strong |
|
delete |
BI_Via | ( | BI_NetSegment & | netsegment, |
const Via & | via | ||
) |
|
noexcept |
|
inlinenoexcept |
|
inlineoverridevirtualnoexcept |
Implements BI_NetLineAnchor.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
overridevirtualnoexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
overridevirtual |
Reimplemented from BI_Base.
|
overridevirtual |
Reimplemented from BI_Base.
|
overridevirtual |
|
overridevirtual |
|
inlineoverridevirtualnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
privatenoexcept |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |