![]() |
LibrePCB Developers Documentation
|
The BI_AirWire class. More...
#include <bi_airwire.h>
Inheritance diagram for BI_AirWire:
Collaboration diagram for BI_AirWire:Public Member Functions | |
| BI_AirWire ()=delete | |
| BI_AirWire (const BI_AirWire &other)=delete | |
| BI_AirWire (Board &board, const NetSignal &netsignal, const BI_NetLineAnchor &p1, const BI_NetLineAnchor &p2) | |
| ~BI_AirWire () noexcept | |
| const NetSignal & | getNetSignal () const noexcept |
| const BI_NetLineAnchor & | getP1 () const noexcept |
| const BI_NetLineAnchor & | getP2 () const noexcept |
| bool | isVertical () const noexcept |
| void | addToBoard () override |
| void | removeFromBoard () override |
| BI_AirWire & | operator= (const BI_AirWire &rhs)=delete |
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 |
Private Attributes | |
| const NetSignal & | mNetSignal |
| const BI_NetLineAnchor & | mP1 |
| const BI_NetLineAnchor & | mP2 |
Additional Inherited Members | |
Protected Attributes inherited from BI_Base | |
| Board & | mBoard |
The BI_AirWire class.
|
delete |
|
delete |
| BI_AirWire | ( | Board & | board, |
| const NetSignal & | netsignal, | ||
| const BI_NetLineAnchor & | p1, | ||
| const BI_NetLineAnchor & | p2 | ||
| ) |
|
noexcept |
|
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:
|
noexcept |
Here is the call graph for this function:
|
overridevirtual |
|
overridevirtual |
|
delete |
|
private |
|
private |
|
private |