![]() |
LibrePCB Developers Documentation
|
The MsgSymbolPinNotOnGrid class. More...
#include <symbolcheckmessages.h>
Inheritance diagram for MsgSymbolPinNotOnGrid:
Collaboration diagram for MsgSymbolPinNotOnGrid:Public Member Functions | |
| MsgSymbolPinNotOnGrid ()=delete | |
| MsgSymbolPinNotOnGrid (std::shared_ptr< const SymbolPin > pin, const PositiveLength &gridInterval) noexcept | |
| MsgSymbolPinNotOnGrid (const MsgSymbolPinNotOnGrid &other) noexcept | |
| virtual | ~MsgSymbolPinNotOnGrid () noexcept |
| const std::shared_ptr< const SymbolPin > & | getPin () const noexcept |
| const PositiveLength & | getGridInterval () const noexcept |
Private Attributes | |
| std::shared_ptr< const SymbolPin > | mPin |
| PositiveLength | mGridInterval |
Additional Inherited Members | |
| Message severity type (higher number = higher severity) More... | |
The MsgSymbolPinNotOnGrid 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 |