![]() |
LibrePCB Developers Documentation
|
The MsgNameNotTitleCase class. More...
#include <librarybaseelementcheckmessages.h>
Inheritance diagram for MsgNameNotTitleCase:
Collaboration diagram for MsgNameNotTitleCase:Public Member Functions | |
| MsgNameNotTitleCase ()=delete | |
| MsgNameNotTitleCase (const ElementName &name) noexcept | |
| MsgNameNotTitleCase (const MsgNameNotTitleCase &other) noexcept | |
| virtual | ~MsgNameNotTitleCase () noexcept |
| const ElementName & | getName () const noexcept |
| ElementName | getFixedName () const noexcept |
Static Public Member Functions | |
| static bool | isTitleCase (const ElementName &name) noexcept |
| static ElementName | getFixedName (const ElementName &name) noexcept |
Private Attributes | |
| ElementName | mName |
Additional Inherited Members | |
| Message severity type (higher number = higher severity) More... | |
The MsgNameNotTitleCase class.
|
delete |
|
explicitnoexcept |
|
inlinenoexcept |
|
inlinevirtualnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticnoexcept |
Here is the caller graph for this function:
|
staticnoexcept |
Here is the call graph for this function:
|
private |