![]() |
LibrePCB Developers Documentation
|
The DrcMsgMissingConnection class. More...
#include <boarddesignrulecheckmessages.h>
Inheritance diagram for DrcMsgMissingConnection:
Collaboration diagram for DrcMsgMissingConnection: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 | ||
| ) |
Here is the call graph for this function:
|
inlinenoexcept |
|
inlinevirtualnoexcept |