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