LibrePCB Developers Documentation
LibraryElementCheck Class Reference

The LibraryElementCheck class. More...

#include <libraryelementcheck.h>

+ Inheritance diagram for LibraryElementCheck:
+ Collaboration diagram for LibraryElementCheck:

Public Member Functions

 LibraryElementCheck ()=delete
 
 LibraryElementCheck (const LibraryElementCheck &other)=delete
 
 LibraryElementCheck (const LibraryElement &element) noexcept
 
virtual ~LibraryElementCheck () noexcept
 
virtual RuleCheckMessageList runChecks () const override
 
LibraryElementCheckoperator= (const LibraryElementCheck &rhs)=delete
 
- Public Member Functions inherited from LibraryBaseElementCheck
 LibraryBaseElementCheck ()=delete
 
 LibraryBaseElementCheck (const LibraryBaseElementCheck &other)=delete
 
 LibraryBaseElementCheck (const LibraryBaseElement &element) noexcept
 
virtual ~LibraryBaseElementCheck () noexcept
 
LibraryBaseElementCheckoperator= (const LibraryBaseElementCheck &rhs)=delete
 

Protected Member Functions

void checkMissingCategories (MsgList &msgs) const
 
- Protected Member Functions inherited from LibraryBaseElementCheck
void checkDefaultNameTitleCase (MsgList &msgs) const
 
void checkMissingAuthor (MsgList &msgs) const
 

Private Attributes

const LibraryElementmElement
 

Additional Inherited Members

- Protected Types inherited from LibraryBaseElementCheck
typedef RuleCheckMessageList MsgList
 

Detailed Description

Constructor & Destructor Documentation

◆ LibraryElementCheck() [1/3]

LibraryElementCheck ( )
delete

◆ LibraryElementCheck() [2/3]

LibraryElementCheck ( const LibraryElementCheck other)
delete

◆ LibraryElementCheck() [3/3]

LibraryElementCheck ( const LibraryElement element)
explicitnoexcept

◆ ~LibraryElementCheck()

~LibraryElementCheck ( )
virtualnoexcept

Member Function Documentation

◆ runChecks()

RuleCheckMessageList runChecks ( ) const
overridevirtual

Reimplemented from LibraryBaseElementCheck.

Reimplemented in ComponentCheck, DeviceCheck, PackageCheck, and SymbolCheck.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operator=()

LibraryElementCheck& operator= ( const LibraryElementCheck rhs)
delete

◆ checkMissingCategories()

void checkMissingCategories ( MsgList msgs) const
protected
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ mElement

const LibraryElement& mElement
private

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