|
KiCad PCB EDA Suite
|
#include <pcad_sch_parser.h>
Public Attributes | |
| std::vector< std::pair< double, double > > | pts |
| double | width = 10.0 |
| LINE_KIND | style = LINE_KIND::SOLID |
Definition at line 103 of file pcad_sch_parser.h.
| std::vector<std::pair<double, double> > PCAD_SCH::LINE::pts |
Definition at line 105 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseLine(), PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| LINE_KIND PCAD_SCH::LINE::style = LINE_KIND::SOLID |
Definition at line 107 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseLine(), and SCH_IO_PCAD::populateScreen().
| double PCAD_SCH::LINE::width = 10.0 |
Definition at line 106 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseLine(), and SCH_IO_PCAD::populateScreen().