|
KiCad PCB EDA Suite
|
A top-level schematic sheet graphical primitive. More...
#include <diptrace_sch_parser.h>
Public Attributes | |
| int | kindCode = 0 |
| 1 line, 4 rectangle. | |
| int | sheetIndex = 0 |
| int | lineWidth = 0 |
| uint8_t | color [3] = {} |
| std::vector< VECTOR2I > | points |
| Points in DipTrace coord units. | |
A top-level schematic sheet graphical primitive.
Definition at line 68 of file diptrace_sch_parser.h.
| uint8_t DIPTRACE::DCH_SHEET_SHAPE::color[3] = {} |
Definition at line 73 of file diptrace_sch_parser.h.
Referenced by dipTraceSheetShapeColor(), and DIPTRACE::SCH_PARSER::parseSheetShapes().
| int DIPTRACE::DCH_SHEET_SHAPE::kindCode = 0 |
1 line, 4 rectangle.
Definition at line 70 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseSheetShapes().
| int DIPTRACE::DCH_SHEET_SHAPE::lineWidth = 0 |
Definition at line 72 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseSheetShapes().
| std::vector<VECTOR2I> DIPTRACE::DCH_SHEET_SHAPE::points |
Points in DipTrace coord units.
Definition at line 74 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseSheetShapes().
| int DIPTRACE::DCH_SHEET_SHAPE::sheetIndex = 0 |
Definition at line 71 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseSheetShapes().