![]() |
LibrePCB Developers Documentation
|
The ErcMsgUnconnectedJunction class. More...
#include <electricalrulecheckmessages.h>
Inheritance diagram for ErcMsgUnconnectedJunction:
Collaboration diagram for ErcMsgUnconnectedJunction:Public Member Functions | |
| ErcMsgUnconnectedJunction ()=delete | |
| ErcMsgUnconnectedJunction (const SI_NetPoint &netPoint) noexcept | |
| ErcMsgUnconnectedJunction (const SI_BusJunction &junction) noexcept | |
| ErcMsgUnconnectedJunction (const ErcMsgUnconnectedJunction &other) noexcept | |
| virtual | ~ErcMsgUnconnectedJunction () noexcept |
Public Member Functions inherited from ErcMsgBase | |
| ErcMsgBase ()=delete | |
| ErcMsgBase (Severity severity, const QString &msg, const QString &description, const QString &approvalName) noexcept | |
| ErcMsgBase (const ErcMsgBase &other) noexcept | |
| virtual | ~ErcMsgBase () noexcept |
| const std::optional< Uuid > & | getSchematic () const noexcept |
Additional Inherited Members | |
| Message severity type (higher number = higher severity) More... | |
Protected Member Functions inherited from ErcMsgBase | |
| bool | setLocation (const NetSignal &net) noexcept |
| bool | setLocation (const ComponentInstance &component) noexcept |
| bool | setLocation (const ComponentSignalInstance &signal) noexcept |
| void | setLocation (const SI_Symbol &symbol) noexcept |
| void | setLocation (const SI_SymbolPin &pin) noexcept |
| bool | setLocation (const SI_NetSegment &segment) noexcept |
| void | setLocation (const SI_NetPoint &netPoint) noexcept |
| void | setLocation (const SI_NetLine &netLine) noexcept |
| void | setLocation (const SI_BusJunction &junction) noexcept |
Protected Attributes inherited from ErcMsgBase | |
| std::optional< Uuid > | mSchematic |
The ErcMsgUnconnectedJunction class.
|
delete |
|
explicitnoexcept |
|
explicitnoexcept |
|
inlinenoexcept |
|
inlinevirtualnoexcept |