KiCad PCB EDA Suite
|
#include <pns_via.h>
Public Attributes | |
bool | valid = false |
VECTOR2I | pos |
LAYER_RANGE | layers |
int | net = -1 |
LAYER_RANGE PNS::VIA_HANDLE::layers |
Definition at line 45 of file pns_via.h.
Referenced by PNS::findViaByHandle(), PNS::DRAGGER::findViaFanoutByHandle(), and PNS::VIA::MakeHandle().
int PNS::VIA_HANDLE::net = -1 |
Definition at line 46 of file pns_via.h.
Referenced by PNS::DRAGGER::CurrentNets(), PNS::findViaByHandle(), PNS::DRAGGER::findViaFanoutByHandle(), and PNS::VIA::MakeHandle().
VECTOR2I PNS::VIA_HANDLE::pos |
Definition at line 44 of file pns_via.h.
Referenced by PNS::DRAGGER::dragViaMarkObstacles(), PNS::DRAGGER::dragViaWalkaround(), PNS::findViaByHandle(), PNS::DRAGGER::findViaFanoutByHandle(), and PNS::VIA::MakeHandle().
bool PNS::VIA_HANDLE::valid = false |
Definition at line 43 of file pns_via.h.
Referenced by PNS::DRAGGER::dragShove(), PNS::VIA::MakeHandle(), PNS::SHOVE::reduceSpringback(), and PNS::SHOVE::ShoveDraggingVia().