LibrePCB Developers Documentation
LibraryBaseElementCheck Class Reference

The LibraryBaseElementCheck class. More...

#include <librarybaseelementcheck.h>

+ Inheritance diagram for LibraryBaseElementCheck:
+ Collaboration diagram for LibraryBaseElementCheck:

Public Member Functions

 LibraryBaseElementCheck ()=delete
 
 LibraryBaseElementCheck (const LibraryBaseElementCheck &other)=delete
 
 LibraryBaseElementCheck (const LibraryBaseElement &element) noexcept
 
virtual ~LibraryBaseElementCheck () noexcept
 
virtual RuleCheckMessageList runChecks () const
 
LibraryBaseElementCheckoperator= (const LibraryBaseElementCheck &rhs)=delete
 

Protected Types

typedef RuleCheckMessageList MsgList
 

Protected Member Functions

void checkDefaultNameTitleCase (MsgList &msgs) const
 
void checkMissingAuthor (MsgList &msgs) const
 

Private Attributes

const LibraryBaseElementmElement
 

Detailed Description

Member Typedef Documentation

◆ MsgList

typedef RuleCheckMessageList MsgList
protected

Constructor & Destructor Documentation

◆ LibraryBaseElementCheck() [1/3]

◆ LibraryBaseElementCheck() [2/3]

◆ LibraryBaseElementCheck() [3/3]

LibraryBaseElementCheck ( const LibraryBaseElement element)
explicitnoexcept

◆ ~LibraryBaseElementCheck()

~LibraryBaseElementCheck ( )
virtualnoexcept

Member Function Documentation

◆ runChecks()

RuleCheckMessageList runChecks ( ) const
virtual

Reimplemented in ComponentCheck, DeviceCheck, LibraryElementCheck, PackageCheck, and SymbolCheck.

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

◆ operator=()

LibraryBaseElementCheck& operator= ( const LibraryBaseElementCheck rhs)
delete

◆ checkDefaultNameTitleCase()

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

◆ checkMissingAuthor()

void checkMissingAuthor ( 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 LibraryBaseElement& mElement
private

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