![]() |
LibrePCB Developers Documentation
|
The MsgMinimumWidthViolation class. More...
#include <packagecheckmessages.h>
Inheritance diagram for MsgMinimumWidthViolation:
Collaboration diagram for MsgMinimumWidthViolation:Public Member Functions | |
| MsgMinimumWidthViolation ()=delete | |
| MsgMinimumWidthViolation (std::shared_ptr< const Footprint > footprint, std::shared_ptr< const Polygon > polygon, const Length &minWidth) noexcept | |
| MsgMinimumWidthViolation (std::shared_ptr< const Footprint > footprint, std::shared_ptr< const Circle > circle, const Length &minWidth) noexcept | |
| MsgMinimumWidthViolation (std::shared_ptr< const Footprint > footprint, std::shared_ptr< const StrokeText > text, const Length &minWidth) noexcept | |
| MsgMinimumWidthViolation (const MsgMinimumWidthViolation &other) noexcept | |
| virtual | ~MsgMinimumWidthViolation () noexcept |
| std::shared_ptr< const Footprint > | getFootprint () const noexcept |
| std::shared_ptr< const Polygon > | getPolygon () const noexcept |
| std::shared_ptr< const Circle > | getCircle () const noexcept |
| std::shared_ptr< const StrokeText > | getStrokeText () const noexcept |
Static Private Member Functions | |
| static QString | getMessage (std::shared_ptr< const Footprint > footprint, const Layer &layer) noexcept |
| static QString | getDescriptionAppendix () noexcept |
Private Attributes | |
| std::shared_ptr< const Footprint > | mFootprint |
| std::shared_ptr< const Polygon > | mPolygon |
| std::shared_ptr< const Circle > | mCircle |
| std::shared_ptr< const StrokeText > | mStrokeText |
Additional Inherited Members | |
| Message severity type (higher number = higher severity) More... | |
The MsgMinimumWidthViolation class.
|
delete |
|
noexcept |
|
noexcept |
|
noexcept |
|
inlinenoexcept |
|
inlinevirtualnoexcept |
|
inlinenoexcept |
|
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:
|
staticprivatenoexcept |
|
staticprivatenoexcept |
|
private |
|
private |
|
private |
|
private |