KiCad PCB EDA Suite
|
Public Attributes | |
wxString | m_KIID |
KIID of the symbol to reannotate. | |
wxString | m_OriginalRef |
Original Reference Designator (prior to reannotating) | |
wxString | m_ExpectedRef |
Expected Reference Designator (after reannotating) | |
bool | m_IncludeInReannotationList |
True if reference is "selected" for reannotation. | |
Definition at line 28 of file test_sch_reference_list.cpp.
wxString REANNOTATED_REFERENCE::m_ExpectedRef |
Expected Reference Designator (after reannotating)
Definition at line 32 of file test_sch_reference_list.cpp.
bool REANNOTATED_REFERENCE::m_IncludeInReannotationList |
True if reference is "selected" for reannotation.
Definition at line 33 of file test_sch_reference_list.cpp.
wxString REANNOTATED_REFERENCE::m_KIID |
KIID of the symbol to reannotate.
Definition at line 30 of file test_sch_reference_list.cpp.
wxString REANNOTATED_REFERENCE::m_OriginalRef |
Original Reference Designator (prior to reannotating)
Definition at line 31 of file test_sch_reference_list.cpp.