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 153 of file pns_shove.h.
|
inline |
Definition at line 155 of file pns_shove.h.
OPT_BOX2I PNS::SHOVE::SPRINGBACK_TAG::m_affectedArea |
Definition at line 166 of file pns_shove.h.
Referenced by PNS::SHOVE::pushSpringback().
std::vector<VIA_HANDLE> PNS::SHOVE::SPRINGBACK_TAG::m_draggedVias |
Definition at line 163 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 162 of file pns_shove.h.
bool PNS::SHOVE::SPRINGBACK_TAG::m_locked |
Definition at line 168 of file pns_shove.h.
Referenced by PNS::SHOVE::AddLockedSpringbackNode(), PNS::SHOVE::pushSpringback(), and PNS::SHOVE::reduceSpringback().
NODE* PNS::SHOVE::SPRINGBACK_TAG::m_node |
Definition at line 165 of file pns_shove.h.
Referenced by PNS::SHOVE::AddLockedSpringbackNode(), PNS::SHOVE::pushSpringback(), and PNS::SHOVE::reduceSpringback().
VECTOR2I PNS::SHOVE::SPRINGBACK_TAG::m_p |
Definition at line 164 of file pns_shove.h.
int PNS::SHOVE::SPRINGBACK_TAG::m_seq |
Definition at line 167 of file pns_shove.h.
Referenced by PNS::SHOVE::pushSpringback().