![]() |
LibrePCB Developers Documentation
|
#include <bi_via.h>
Inheritance diagram for BI_Via:
Collaboration diagram for BI_Via: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 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 |
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_Via, Event > | onEdited |
Private Member Functions | |
| void | updateStopMaskDiameters () noexcept |
Private Attributes | |
| Via | mVia |
| BI_NetSegment & | mNetSegment |
| QMetaObject::Connection | mNetSignalNameChangedConnection |
| std::optional< PositiveLength > | mStopMaskDiameterTop |
| std::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 | ||
| ) |
Here is the call graph for this function:
|
noexcept |
|
inlinenoexcept |
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 call graph for this function:
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinenoexcept |
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:
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtualnoexcept |
Here is the call graph for this function:
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:
|
noexcept |
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:
|
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 |
|
inlinenoexcept |
|
inlinenoexcept |
|
privatenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |