LibrePCB Developers Documentation
MsgWrongFootprintTextLayer Class Referencefinal

The MsgWrongFootprintTextLayer class. More...

#include <packagecheckmessages.h>

+ Inheritance diagram for MsgWrongFootprintTextLayer:
+ Collaboration diagram for MsgWrongFootprintTextLayer:

Public Member Functions

 MsgWrongFootprintTextLayer ()=delete
 
 MsgWrongFootprintTextLayer (std::shared_ptr< const Footprint > footprint, std::shared_ptr< const StrokeText > text, const Layer &expectedLayer) noexcept
 
 MsgWrongFootprintTextLayer (const MsgWrongFootprintTextLayer &other) noexcept
 
virtual ~MsgWrongFootprintTextLayer () noexcept
 
std::shared_ptr< const FootprintgetFootprint () const noexcept
 
std::shared_ptr< const StrokeTextgetText () const noexcept
 
const LayergetExpectedLayer () const 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 Attributes

std::shared_ptr< const FootprintmFootprint
 
std::shared_ptr< const StrokeTextmText
 
const LayermExpectedLayer
 

Additional Inherited Members

- Public Types inherited from RuleCheckMessage
enum  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

◆ MsgWrongFootprintTextLayer() [1/3]

◆ MsgWrongFootprintTextLayer() [2/3]

MsgWrongFootprintTextLayer ( std::shared_ptr< const Footprint footprint,
std::shared_ptr< const StrokeText text,
const Layer expectedLayer 
)
noexcept

◆ MsgWrongFootprintTextLayer() [3/3]

MsgWrongFootprintTextLayer ( const MsgWrongFootprintTextLayer other)
inlinenoexcept

◆ ~MsgWrongFootprintTextLayer()

virtual ~MsgWrongFootprintTextLayer ( )
inlinevirtualnoexcept

Member Function Documentation

◆ getFootprint()

std::shared_ptr<const Footprint> getFootprint ( ) const
inlinenoexcept
+ Here is the caller graph for this function:

◆ getText()

std::shared_ptr<const StrokeText> getText ( ) const
inlinenoexcept
+ Here is the caller graph for this function:

◆ getExpectedLayer()

const Layer& getExpectedLayer ( ) const
inlinenoexcept
+ Here is the caller graph for this function:

Member Data Documentation

◆ mFootprint

std::shared_ptr<const Footprint> mFootprint
private

◆ mText

std::shared_ptr<const StrokeText> mText
private

◆ mExpectedLayer

const Layer* mExpectedLayer
private

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