|
KiCad PCB EDA Suite
|
Center/radius/angles form; triplePointArc is converted at parse time. More...
#include <pcad_sch_parser.h>
Public Attributes | |
| double | x = 0 |
| double | y = 0 |
| double | radius = 0 |
| double | startAngle = 0 |
| double | sweepAngle = 0 |
| double | width = 10.0 |
Center/radius/angles form; triplePointArc is converted at parse time.
Definition at line 111 of file pcad_sch_parser.h.
| double PCAD_SCH::ARC::radius = 0 |
Definition at line 113 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseArc(), and PCAD_SCH::PCAD_SCH_PARSER::parseTriplePointArc().
| double PCAD_SCH::ARC::startAngle = 0 |
Definition at line 114 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseArc(), and PCAD_SCH::PCAD_SCH_PARSER::parseTriplePointArc().
| double PCAD_SCH::ARC::sweepAngle = 0 |
Definition at line 114 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseArc(), and PCAD_SCH::PCAD_SCH_PARSER::parseTriplePointArc().
| double PCAD_SCH::ARC::width = 10.0 |
Definition at line 115 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseArc(), PCAD_SCH::PCAD_SCH_PARSER::parseTriplePointArc(), and SCH_IO_PCAD::populateScreen().
| double PCAD_SCH::ARC::x = 0 |
Definition at line 113 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseArc(), and PCAD_SCH::PCAD_SCH_PARSER::parseTriplePointArc().
| double PCAD_SCH::ARC::y = 0 |
Definition at line 113 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseArc(), and PCAD_SCH::PCAD_SCH_PARSER::parseTriplePointArc().