|
KiCad PCB EDA Suite
|
#include <backannotate.h>
Public Attributes | |
| bool | m_mappingOk = false |
| bool | m_identity = true |
| std::vector< BACKANNOTATE_UNIT_SWAP_STEP > | m_steps |
| std::set< size_t > | m_swappedCandidateIndices |
Definition at line 58 of file backannotate.h.
| bool BACKANNOTATE_UNIT_SWAP_PLAN::m_identity = true |
Definition at line 61 of file backannotate.h.
Referenced by BACK_ANNOTATE::applyChangelist(), check_plan(), and PlanBackannotateUnitSwaps().
| bool BACKANNOTATE_UNIT_SWAP_PLAN::m_mappingOk = false |
Definition at line 60 of file backannotate.h.
Referenced by BACK_ANNOTATE::applyChangelist(), BOOST_AUTO_TEST_CASE(), check_plan(), and PlanBackannotateUnitSwaps().
| std::vector<BACKANNOTATE_UNIT_SWAP_STEP> BACKANNOTATE_UNIT_SWAP_PLAN::m_steps |
Definition at line 62 of file backannotate.h.
Referenced by BACK_ANNOTATE::applyChangelist(), BOOST_AUTO_TEST_CASE(), check_final_units(), and PlanBackannotateUnitSwaps().
| std::set<size_t> BACKANNOTATE_UNIT_SWAP_PLAN::m_swappedCandidateIndices |
Definition at line 63 of file backannotate.h.
Referenced by BACK_ANNOTATE::applyChangelist(), BOOST_AUTO_TEST_CASE(), check_plan(), and PlanBackannotateUnitSwaps().