LibrePCB Developers Documentation
|
The DrcMsgMissingConnection class. More...
#include <boarddesignrulecheckmessages.h>
Classes | |
struct | Anchor |
Public Types | |
using | Data = BoardDesignRuleCheckData |
Message severity type (higher number = higher severity) More... |
Public Member Functions | |
DrcMsgMissingConnection ()=delete | |
DrcMsgMissingConnection (const Anchor &p1, const Anchor &p2, const QString &netName, const QVector< Path > &locations) | |
DrcMsgMissingConnection (const DrcMsgMissingConnection &other) noexcept | |
virtual | ~DrcMsgMissingConnection () noexcept |
Additional Inherited Members |
The DrcMsgMissingConnection class.
using Data = BoardDesignRuleCheckData |
|
delete |
DrcMsgMissingConnection | ( | const Anchor & | p1, |
const Anchor & | p2, | ||
const QString & | netName, | ||
const QVector< Path > & | locations | ||
) |
|
inlinenoexcept |
|
inlinevirtualnoexcept |