LibrePCB Developers Documentation
|
The MsgNoPinsInSymbolVariantConnected class. More...
#include <componentcheckmessages.h>
Public Member Functions | |
MsgNoPinsInSymbolVariantConnected ()=delete | |
MsgNoPinsInSymbolVariantConnected (std::shared_ptr< const ComponentSymbolVariant > symbVar) noexcept | |
MsgNoPinsInSymbolVariantConnected (const MsgNoPinsInSymbolVariantConnected &other) noexcept | |
virtual | ~MsgNoPinsInSymbolVariantConnected () noexcept |
std::shared_ptr< const ComponentSymbolVariant > | getSymbVar () const noexcept |
Private Attributes | |
std::shared_ptr< const ComponentSymbolVariant > | mSymbVar |
Additional Inherited Members | |
Message severity type (higher number = higher severity) More... |
The MsgNoPinsInSymbolVariantConnected class.
|
delete |
|
explicitnoexcept |
|
inlinenoexcept |
|
inlinevirtualnoexcept |
|
inlinenoexcept |
|
private |