LibrePCB Developers Documentation
|
The MsgSymbolPinNotOnGrid class. More...
#include <symbolcheckmessages.h>
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 |
|
inlinenoexcept |
|
private |
|
private |