![]() |
LibrePCB Developers Documentation
|
The MsgWrongSymbolTextLayer class. More...
#include <symbolcheckmessages.h>
Inheritance diagram for MsgWrongSymbolTextLayer:
Collaboration diagram for MsgWrongSymbolTextLayer:Public Member Functions | |
| MsgWrongSymbolTextLayer ()=delete | |
| MsgWrongSymbolTextLayer (std::shared_ptr< const Text > text, const Layer &expectedLayer) noexcept | |
| MsgWrongSymbolTextLayer (const MsgWrongSymbolTextLayer &other) noexcept | |
| virtual | ~MsgWrongSymbolTextLayer () noexcept |
| std::shared_ptr< const Text > | getText () const noexcept |
| const Layer & | getExpectedLayer () const noexcept |
Private Attributes | |
| std::shared_ptr< const Text > | mText |
| const Layer * | mExpectedLayer |
Additional Inherited Members | |
| Message severity type (higher number = higher severity) More... | |
The MsgWrongSymbolTextLayer class.
|
delete |
|
noexcept |
|
inlinenoexcept |
|
inlinevirtualnoexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
private |
|
private |