![]() |
LibrePCB Developers Documentation
|
The ErcMsgUnplacedOptionalGate class. More...
#include <electricalrulecheckmessages.h>
Inheritance diagram for ErcMsgUnplacedOptionalGate:
Collaboration diagram for ErcMsgUnplacedOptionalGate:Public Member Functions | |
| ErcMsgUnplacedOptionalGate ()=delete | |
| ErcMsgUnplacedOptionalGate (const ComponentInstance &component, const ComponentSymbolVariantItem &gate) noexcept | |
| ErcMsgUnplacedOptionalGate (const ErcMsgUnplacedOptionalGate &other) noexcept | |
| virtual | ~ErcMsgUnplacedOptionalGate () 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 ErcMsgUnplacedOptionalGate class.
|
delete |
|
explicitnoexcept |
|
inlinenoexcept |
|
inlinevirtualnoexcept |