![]() |
LibrePCB Developers Documentation
|
The MsgMissingFootprintValue class. More...
#include <packagecheckmessages.h>
Inheritance diagram for MsgMissingFootprintValue:
Collaboration diagram for MsgMissingFootprintValue:Public Member Functions | |
| MsgMissingFootprintValue ()=delete | |
| MsgMissingFootprintValue (std::shared_ptr< const Footprint > footprint) noexcept | |
| MsgMissingFootprintValue (const MsgMissingFootprintValue &other) noexcept | |
| virtual | ~MsgMissingFootprintValue () 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 MsgMissingFootprintValue class.
|
delete |
|
explicitnoexcept |
|
inlinenoexcept |
|
inlinevirtualnoexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
private |