KiCad PCB EDA Suite
|
Simple container to manage fill parameters. More...
#include <sch_sexpr_parser.h>
Public Attributes | |
FILL_T | m_FillType |
COLOR4D | m_Color |
Simple container to manage fill parameters.
Definition at line 66 of file sch_sexpr_parser.h.
COLOR4D FILL_PARAMS::m_Color |
Definition at line 70 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(), SCH_SEXPR_PARSER::parseRectangle(), SCH_SEXPR_PARSER::parseSchArc(), SCH_SEXPR_PARSER::parseSchBezier(), SCH_SEXPR_PARSER::parseSchCircle(), SCH_SEXPR_PARSER::parseSchPolyLine(), SCH_SEXPR_PARSER::parseSchRectangle(), SCH_SEXPR_PARSER::parseSchTextBox(), SCH_SEXPR_PARSER::parseSheet(), and SCH_SEXPR_PARSER::parseTextBox().
FILL_T FILL_PARAMS::m_FillType |
Definition at line 69 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(), SCH_SEXPR_PARSER::parseRectangle(), SCH_SEXPR_PARSER::parseSchArc(), SCH_SEXPR_PARSER::parseSchBezier(), SCH_SEXPR_PARSER::parseSchCircle(), SCH_SEXPR_PARSER::parseSchPolyLine(), SCH_SEXPR_PARSER::parseSchRectangle(), SCH_SEXPR_PARSER::parseSchTextBox(), and SCH_SEXPR_PARSER::parseTextBox().