![]() |
KiCad PCB EDA Suite
|
Simple container to manage fill parameters. More...
#include <sch_sexpr_parser.h>
Public Attributes | |
FILL_TYPE | m_FillType |
COLOR4D | m_Color |
Simple container to manage fill parameters.
Definition at line 68 of file sch_sexpr_parser.h.
COLOR4D FILL_PARAMS::m_Color |
Definition at line 72 of file sch_sexpr_parser.h.
Referenced by SCH_SEXPR_PARSER::parseFill(), and SCH_SEXPR_PARSER::parseSheet().
FILL_TYPE FILL_PARAMS::m_FillType |
Definition at line 71 of file sch_sexpr_parser.h.
Referenced by SCH_SEXPR_PARSER::parseArc(), SCH_SEXPR_PARSER::parseBezier(), SCH_SEXPR_PARSER::parseCircle(), SCH_SEXPR_PARSER::parseFill(), SCH_SEXPR_PARSER::parsePolyLine(), and SCH_SEXPR_PARSER::parseRectangle().