![]() |
LibrePCB Developers Documentation
|
The ComponentCheck class. More...
#include <componentcheck.h>
Inheritance diagram for ComponentCheck:
Collaboration diagram for ComponentCheck:Public Member Functions | |
| ComponentCheck ()=delete | |
| ComponentCheck (const ComponentCheck &other)=delete | |
| ComponentCheck (const Component &component) noexcept | |
| virtual | ~ComponentCheck () noexcept |
| virtual RuleCheckMessageList | runChecks () const override |
| ComponentCheck & | operator= (const ComponentCheck &rhs)=delete |
Public Member Functions inherited from LibraryElementCheck | |
| LibraryElementCheck ()=delete | |
| LibraryElementCheck (const LibraryElementCheck &other)=delete | |
| LibraryElementCheck (const LibraryElement &element) noexcept | |
| virtual | ~LibraryElementCheck () noexcept |
| 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 | checkMissingPrefix (MsgList &msgs) const |
| void | checkMissingDefaultValue (MsgList &msgs) const |
| void | checkDuplicateSignalNames (MsgList &msgs) const |
| void | checkSignalNamesInversionSign (MsgList &msgs) const |
| void | checkSuspiciousForcedNets (MsgList &msgs) const |
| void | checkMissingSymbolVariants (MsgList &msgs) const |
| void | checkMissingSymbolVariantItems (MsgList &msgs) const |
| void | checkNoPinsConnected (MsgList &msgs) const |
Protected Member Functions inherited from LibraryElementCheck | |
| void | checkMissingCategories (MsgList &msgs) const |
Protected Member Functions inherited from LibraryBaseElementCheck | |
| void | checkDefaultNameTitleCase (MsgList &msgs) const |
| void | checkMissingAuthor (MsgList &msgs) const |
Private Attributes | |
| const Component & | mComponent |
Additional Inherited Members | |
Protected Types inherited from LibraryBaseElementCheck | |
| typedef RuleCheckMessageList | MsgList |
The ComponentCheck class.
|
delete |
|
delete |
|
explicitnoexcept |
|
virtualnoexcept |
|
overridevirtual |
Reimplemented from LibraryElementCheck.
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:
|
protected |
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |