|
KiCad PCB EDA Suite
|
Public Member Functions | |
| SPRINGBACK_TAG () | |
Public Attributes | |
| int64_t | m_length |
| std::vector< VIA_HANDLE > | m_draggedVias |
| VECTOR2I | m_p |
| NODE * | m_node |
| OPT_BOX2I | m_affectedArea |
| int | m_seq |
| bool | m_locked |
Definition at line 192 of file pns_shove.h.
|
inline |
| OPT_BOX2I PNS::SHOVE::SPRINGBACK_TAG::m_affectedArea |
Definition at line 205 of file pns_shove.h.
Referenced by PNS::SHOVE::pushSpringback().
| std::vector<VIA_HANDLE> PNS::SHOVE::SPRINGBACK_TAG::m_draggedVias |
Definition at line 202 of file pns_shove.h.
Referenced by PNS::SHOVE::pushSpringback(), and PNS::SHOVE::reduceSpringback().
| int64_t PNS::SHOVE::SPRINGBACK_TAG::m_length |
Definition at line 201 of file pns_shove.h.
Referenced by SPRINGBACK_TAG().
| bool PNS::SHOVE::SPRINGBACK_TAG::m_locked |
Definition at line 207 of file pns_shove.h.
Referenced by PNS::SHOVE::AddLockedSpringbackNode(), PNS::SHOVE::pushSpringback(), PNS::SHOVE::reduceSpringback(), and SPRINGBACK_TAG().
| NODE* PNS::SHOVE::SPRINGBACK_TAG::m_node |
Definition at line 204 of file pns_shove.h.
Referenced by PNS::SHOVE::AddLockedSpringbackNode(), PNS::SHOVE::pushSpringback(), PNS::SHOVE::reduceSpringback(), and SPRINGBACK_TAG().
| VECTOR2I PNS::SHOVE::SPRINGBACK_TAG::m_p |
Definition at line 203 of file pns_shove.h.
| int PNS::SHOVE::SPRINGBACK_TAG::m_seq |
Definition at line 206 of file pns_shove.h.
Referenced by PNS::SHOVE::pushSpringback(), and SPRINGBACK_TAG().