![]() |
LibrePCB Developers Documentation
|
The OrganizationCheck class. More...
#include <organizationcheck.h>
Inheritance diagram for OrganizationCheck:
Collaboration diagram for OrganizationCheck:Public Member Functions | |
| OrganizationCheck ()=delete | |
| OrganizationCheck (const OrganizationCheck &other)=delete | |
| OrganizationCheck (const Organization &Organization) noexcept | |
| virtual | ~OrganizationCheck () noexcept |
| virtual RuleCheckMessageList | runChecks () const override |
| OrganizationCheck & | operator= (const OrganizationCheck &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 |
Private Attributes | |
| const Organization & | mOrganization |
Additional Inherited Members | |
Protected Types inherited from LibraryBaseElementCheck | |
| typedef RuleCheckMessageList | MsgList |
Protected Member Functions inherited from LibraryBaseElementCheck | |
| void | checkDefaultNameTitleCase (MsgList &msgs) const |
| void | checkMissingAuthor (MsgList &msgs) const |
The OrganizationCheck class.
|
delete |
|
delete |
|
explicitnoexcept |
|
virtualnoexcept |
|
overridevirtual |
Reimplemented from LibraryBaseElementCheck.
Here is the call graph for this function:
Here is the caller graph for this function:
|
delete |
|
private |