![]() |
LibrePCB Developers Documentation
|
The DeviceCheck class. More...
#include <devicecheck.h>
Inheritance diagram for DeviceCheck:
Collaboration diagram for DeviceCheck:Public Member Functions | |
| DeviceCheck ()=delete | |
| DeviceCheck (const DeviceCheck &other)=delete | |
| DeviceCheck (const Device &device) noexcept | |
| virtual | ~DeviceCheck () noexcept |
| virtual RuleCheckMessageList | runChecks () const override |
| DeviceCheck & | operator= (const DeviceCheck &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 | checkNoPadsConnected (MsgList &msgs) const |
| void | checkParts (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 Device & | mDevice |
Additional Inherited Members | |
Protected Types inherited from LibraryBaseElementCheck | |
| typedef RuleCheckMessageList | MsgList |
The DeviceCheck 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:
|
private |