![]() |
LibrePCB Developers Documentation
|
The MsgPadOverlapsWithLegend class. More...
#include <packagecheckmessages.h>
Inheritance diagram for MsgPadOverlapsWithLegend:
Collaboration diagram for MsgPadOverlapsWithLegend:Public Member Functions | |
| MsgPadOverlapsWithLegend ()=delete | |
| MsgPadOverlapsWithLegend (std::shared_ptr< const Footprint > footprint, std::shared_ptr< const FootprintPad > pad, const QString &pkgPadName, const Length &clearance) noexcept | |
| MsgPadOverlapsWithLegend (const MsgPadOverlapsWithLegend &other) noexcept | |
| virtual | ~MsgPadOverlapsWithLegend () noexcept |
| std::shared_ptr< const Footprint > | getFootprint () const noexcept |
| std::shared_ptr< const FootprintPad > | getPad () const noexcept |
Private Attributes | |
| std::shared_ptr< const Footprint > | mFootprint |
| std::shared_ptr< const FootprintPad > | mPad |
Additional Inherited Members | |
| Message severity type (higher number = higher severity) More... | |
The MsgPadOverlapsWithLegend class.
|
delete |
|
noexcept |
|
inlinenoexcept |
|
inlinevirtualnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |
|
private |