![]() |
LibrePCB Developers Documentation
|
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 |
| LibraryElementCheck & | operator= (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 |
| LibraryBaseElementCheck & | operator= (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 LibraryElement & | mElement |
Additional Inherited Members | |
Protected Types inherited from LibraryBaseElementCheck | |
| typedef RuleCheckMessageList | MsgList |
The LibraryElementCheck class.
|
delete |
|
delete |
|
explicitnoexcept |
|
virtualnoexcept |
|
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:
|
delete |
|
protected |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |