LibrePCB Developers Documentation
DrcMsgExposureInKeepoutZone Class Referencefinal

The DrcMsgExposureInKeepoutZone class. More...

#include <boarddesignrulecheckmessages.h>

+ Inheritance diagram for DrcMsgExposureInKeepoutZone:
+ Collaboration diagram for DrcMsgExposureInKeepoutZone:

Public Member Functions

 DrcMsgExposureInKeepoutZone ()=delete
 
 DrcMsgExposureInKeepoutZone (const BI_Zone *boardZone, const BI_Device *zoneDevice, const Zone *deviceZone, const BI_FootprintPad &pad, const QVector< Path > &locations) noexcept
 
 DrcMsgExposureInKeepoutZone (const BI_Zone *boardZone, const BI_Device *zoneDevice, const Zone *deviceZone, const BI_Via &via, const QVector< Path > &locations) noexcept
 
 DrcMsgExposureInKeepoutZone (const BI_Zone *boardZone, const BI_Device *zoneDevice, const Zone *deviceZone, const BI_Polygon &polygon, const QVector< Path > &locations) noexcept
 
 DrcMsgExposureInKeepoutZone (const BI_Zone *boardZone, const BI_Device *zoneDevice, const Zone *deviceZone, const BI_Device &device, const Polygon &polygon, const QVector< Path > &locations) noexcept
 
 DrcMsgExposureInKeepoutZone (const BI_Zone *boardZone, const BI_Device *zoneDevice, const Zone *deviceZone, const BI_Device &device, const Circle &circle, const QVector< Path > &locations) noexcept
 
 DrcMsgExposureInKeepoutZone (const DrcMsgExposureInKeepoutZone &other) noexcept
 
virtual ~DrcMsgExposureInKeepoutZone () noexcept
 
- Public Member Functions inherited from RuleCheckMessage
 RuleCheckMessage ()=delete
 
Severity getSeverity () const noexcept
 
QString getSeverityTr () const noexcept
 
const QIcon & getSeverityIcon () const noexcept
 
const QString & getMessage () const noexcept
 
const QString & getDescription () const noexcept
 
const SExpressiongetApproval () const noexcept
 
const QVector< Path > & getLocations () const noexcept
 
template<typename T >
T * as () noexcept
 
template<typename T >
const T * as () const noexcept
 
bool operator== (const RuleCheckMessage &rhs) const noexcept
 
bool operator!= (const RuleCheckMessage &rhs) const noexcept
 

Private Member Functions

void addZoneApprovalNodes (const BI_Zone *boardZone, const BI_Device *zoneDevice, const Zone *deviceZone) noexcept
 

Static Private Member Functions

static QString getDescription () noexcept
 

Additional Inherited Members

- Public Types inherited from RuleCheckMessage
enum class  Severity
 Message severity type (higher number = higher severity) More...
 
- Static Public Member Functions inherited from RuleCheckMessage
static QString getSeverityTr (Severity severity) noexcept
 
static const QIcon & getSeverityIcon (Severity severity) noexcept
 
static QSet< SExpressiongetAllApprovals (const QVector< std::shared_ptr< const RuleCheckMessage > > &messages) noexcept
 
- Protected Member Functions inherited from RuleCheckMessage
 RuleCheckMessage (const RuleCheckMessage &other) noexcept
 
 RuleCheckMessage (Severity severity, const QString &msg, const QString &description, const QString &approvalName, const QVector< Path > &locations={}) noexcept
 
virtual ~RuleCheckMessage () noexcept
 
- Protected Attributes inherited from RuleCheckMessage
Severity mSeverity
 
QString mMessage
 
QString mDescription
 
std::unique_ptr< SExpressionmApproval
 
QVector< PathmLocations
 

Detailed Description

Constructor & Destructor Documentation

◆ DrcMsgExposureInKeepoutZone() [1/7]

◆ DrcMsgExposureInKeepoutZone() [2/7]

DrcMsgExposureInKeepoutZone ( const BI_Zone boardZone,
const BI_Device zoneDevice,
const Zone deviceZone,
const BI_FootprintPad pad,
const QVector< Path > &  locations 
)
noexcept

◆ DrcMsgExposureInKeepoutZone() [3/7]

DrcMsgExposureInKeepoutZone ( const BI_Zone boardZone,
const BI_Device zoneDevice,
const Zone deviceZone,
const BI_Via via,
const QVector< Path > &  locations 
)
noexcept

◆ DrcMsgExposureInKeepoutZone() [4/7]

DrcMsgExposureInKeepoutZone ( const BI_Zone boardZone,
const BI_Device zoneDevice,
const Zone deviceZone,
const BI_Polygon polygon,
const QVector< Path > &  locations 
)
noexcept

◆ DrcMsgExposureInKeepoutZone() [5/7]

DrcMsgExposureInKeepoutZone ( const BI_Zone boardZone,
const BI_Device zoneDevice,
const Zone deviceZone,
const BI_Device device,
const Polygon polygon,
const QVector< Path > &  locations 
)
noexcept

◆ DrcMsgExposureInKeepoutZone() [6/7]

DrcMsgExposureInKeepoutZone ( const BI_Zone boardZone,
const BI_Device zoneDevice,
const Zone deviceZone,
const BI_Device device,
const Circle circle,
const QVector< Path > &  locations 
)
noexcept

◆ DrcMsgExposureInKeepoutZone() [7/7]

DrcMsgExposureInKeepoutZone ( const DrcMsgExposureInKeepoutZone other)
inlinenoexcept

◆ ~DrcMsgExposureInKeepoutZone()

virtual ~DrcMsgExposureInKeepoutZone ( )
inlinevirtualnoexcept

Member Function Documentation

◆ addZoneApprovalNodes()

void addZoneApprovalNodes ( const BI_Zone boardZone,
const BI_Device zoneDevice,
const Zone deviceZone 
)
privatenoexcept

◆ getDescription()

QString getDescription ( )
staticprivatenoexcept

The documentation for this class was generated from the following files: