LibrePCB Developers Documentation
|
The DrcMsgCopperCopperClearanceViolation class. More...
#include <boarddesignrulecheckmessages.h>
Classes | |
struct | Object |
Public Types | |
using | Data = BoardDesignRuleCheckData |
Message severity type (higher number = higher severity) More... |
Public Member Functions | |
DrcMsgCopperCopperClearanceViolation ()=delete | |
DrcMsgCopperCopperClearanceViolation (const Object &obj1, const Object &obj2, const QSet< const Layer * > &layers, const Length &minClearance, const QVector< Path > &locations) | |
DrcMsgCopperCopperClearanceViolation (const DrcMsgCopperCopperClearanceViolation &other) noexcept | |
virtual | ~DrcMsgCopperCopperClearanceViolation () noexcept |
Static Private Member Functions | |
static QString | getLayerName (const QSet< const Layer * > &layers) |
Additional Inherited Members |
The DrcMsgCopperCopperClearanceViolation class.
using Data = BoardDesignRuleCheckData |
|
delete |
DrcMsgCopperCopperClearanceViolation | ( | const Object & | obj1, |
const Object & | obj2, | ||
const QSet< const Layer * > & | layers, | ||
const Length & | minClearance, | ||
const QVector< Path > & | locations | ||
) |
|
inlinenoexcept |
|
inlinevirtualnoexcept |
|
staticprivate |