|
KiCad PCB EDA Suite
|
#include <pcad_sch_parser.h>
Public Attributes | |
| std::vector< std::pair< double, double > > | pts |
| wxString | netName |
| bool | dispName = false |
| TEXT_ITEM | label |
Definition at line 195 of file pcad_sch_parser.h.
| bool PCAD_SCH::WIRE::dispName = false |
Definition at line 199 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseWire(), and SCH_IO_PCAD::populateScreen().
| TEXT_ITEM PCAD_SCH::WIRE::label |
Definition at line 200 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseWire(), and SCH_IO_PCAD::populateScreen().
| wxString PCAD_SCH::WIRE::netName |
Definition at line 198 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseWire(), and SCH_IO_PCAD::populateScreen().
| std::vector<std::pair<double, double> > PCAD_SCH::WIRE::pts |
Definition at line 197 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), PCAD_SCH::PCAD_SCH_PARSER::parseWire(), and SCH_IO_PCAD::populateScreen().