KiCad PCB EDA Suite
|
#include <easyedapro_parser.h>
Public Attributes | |
wxString | id |
VECTOR2D | position |
double | length = 0 |
double | rotation = 0 |
bool | inverted = false |
Definition at line 116 of file easyedapro_parser.h.
wxString EASYEDAPRO::SYM_PIN::id |
Definition at line 118 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json(), and SCH_EASYEDAPRO_PARSER::ParseSchematic().
bool EASYEDAPRO::SYM_PIN::inverted = false |
Definition at line 123 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
double EASYEDAPRO::SYM_PIN::length = 0 |
Definition at line 121 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
VECTOR2D EASYEDAPRO::SYM_PIN::position |
Definition at line 120 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
double EASYEDAPRO::SYM_PIN::rotation = 0 |
Definition at line 122 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().