![]() |
LibrePCB Developers Documentation
|
The NetLineAnchor class. More...
#include <netline.h>
Collaboration diagram for NetLineAnchor:Classes | |
| struct | PinAnchor |
Public Member Functions | |
| NetLineAnchor ()=delete | |
| NetLineAnchor (const NetLineAnchor &other) noexcept | |
| NetLineAnchor (const SExpression &node) | |
| ~NetLineAnchor () noexcept | |
| const std::optional< Uuid > & | tryGetJunction () const noexcept |
| const std::optional< PinAnchor > & | tryGetPin () const noexcept |
| void | serialize (SExpression &root) const |
| Serialize into librepcb::SExpression node. | |
| bool | operator== (const NetLineAnchor &rhs) const noexcept |
| bool | operator!= (const NetLineAnchor &rhs) const noexcept |
| NetLineAnchor & | operator= (const NetLineAnchor &rhs) noexcept |
Static Public Member Functions | |
| static NetLineAnchor | junction (const Uuid &junction) noexcept |
| static NetLineAnchor | pin (const Uuid &symbol, const Uuid &pin) noexcept |
Private Member Functions | |
| NetLineAnchor (const std::optional< Uuid > &junction, const std::optional< PinAnchor > &pin) noexcept | |
Private Attributes | |
| std::optional< Uuid > | mJunction |
| std::optional< PinAnchor > | mPin |
The NetLineAnchor class.
|
delete |
|
noexcept |
|
explicit |
Here is the call graph for this function:
|
noexcept |
|
privatenoexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:| void serialize | ( | SExpression & | root | ) | const |
Serialize into librepcb::SExpression node.
| root | Root node to serialize into. |
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
|
inlinenoexcept |
|
noexcept |
|
staticnoexcept |
Here is the caller graph for this function:
|
staticnoexcept |
Here is the caller graph for this function:
|
private |
|
private |