LibrePCB Developers Documentation
|
The MsgMissingFootprintName class. More...
#include <packagecheckmessages.h>
Public Member Functions | |
MsgMissingFootprintName ()=delete | |
MsgMissingFootprintName (std::shared_ptr< const Footprint > footprint) noexcept | |
MsgMissingFootprintName (const MsgMissingFootprintName &other) noexcept | |
virtual | ~MsgMissingFootprintName () noexcept |
std::shared_ptr< const Footprint > | getFootprint () const noexcept |
Private Attributes | |
std::shared_ptr< const Footprint > | mFootprint |
Additional Inherited Members | |
Message severity type (higher number = higher severity) More... |
The MsgMissingFootprintName class.
|
delete |
|
explicitnoexcept |
|
inlinenoexcept |
|
inlinevirtualnoexcept |
|
inlinenoexcept |
|
private |