![]() |
LibrePCB Developers Documentation
|
The MsgFootprintOriginNotInCenter class. More...
#include <packagecheckmessages.h>
Inheritance diagram for MsgFootprintOriginNotInCenter:
Collaboration diagram for MsgFootprintOriginNotInCenter:Public Member Functions | |
| MsgFootprintOriginNotInCenter ()=delete | |
| MsgFootprintOriginNotInCenter (std::shared_ptr< const Footprint > footprint, const Point ¢er) noexcept | |
| MsgFootprintOriginNotInCenter (const MsgFootprintOriginNotInCenter &other) noexcept | |
| virtual | ~MsgFootprintOriginNotInCenter () noexcept |
| std::shared_ptr< const Footprint > | getFootprint () const noexcept |
| const Point & | getCenter () const noexcept |
Private Attributes | |
| std::shared_ptr< const Footprint > | mFootprint |
| const Point | mCenter |
Additional Inherited Members | |
| Message severity type (higher number = higher severity) More... | |
The MsgFootprintOriginNotInCenter class.
|
delete |
|
noexcept |
|
inlinenoexcept |
|
inlinevirtualnoexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
private |
|
private |