![]() |
LibrePCB Developers Documentation
|
The MsgWrongFootprintTextLayer class. More...
#include <packagecheckmessages.h>
Inheritance diagram for MsgWrongFootprintTextLayer:
Collaboration diagram for MsgWrongFootprintTextLayer:Public Member Functions | |
| MsgWrongFootprintTextLayer ()=delete | |
| MsgWrongFootprintTextLayer (std::shared_ptr< const Footprint > footprint, std::shared_ptr< const StrokeText > text, const Layer &expectedLayer) noexcept | |
| MsgWrongFootprintTextLayer (const MsgWrongFootprintTextLayer &other) noexcept | |
| virtual | ~MsgWrongFootprintTextLayer () noexcept |
| std::shared_ptr< const Footprint > | getFootprint () const noexcept |
| std::shared_ptr< const StrokeText > | getText () const noexcept |
| const Layer & | getExpectedLayer () const noexcept |
Private Attributes | |
| std::shared_ptr< const Footprint > | mFootprint |
| std::shared_ptr< const StrokeText > | mText |
| const Layer * | mExpectedLayer |
Additional Inherited Members | |
| Message severity type (higher number = higher severity) More... | |
The MsgWrongFootprintTextLayer class.
|
delete |
|
noexcept |
|
inlinenoexcept |
|
inlinevirtualnoexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
private |
|
private |
|
private |