|
KiCad PCB EDA Suite
|
#include <easyedapro_parser.h>
Public Attributes | |
| wxString | id |
| wxString | name |
| VECTOR2D | position |
| double | rotation = 0 |
| bool | mirror = false |
| nlohmann::json | customProps |
| int | unk1 = 0 |
| int | unk2 = 0 |
Definition at line 92 of file easyedapro_parser.h.
| nlohmann::json EASYEDAPRO::SCH_COMPONENT::customProps |
Definition at line 101 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
| wxString EASYEDAPRO::SCH_COMPONENT::id |
Definition at line 94 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
| bool EASYEDAPRO::SCH_COMPONENT::mirror = false |
Definition at line 99 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
| wxString EASYEDAPRO::SCH_COMPONENT::name |
Definition at line 95 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
| VECTOR2D EASYEDAPRO::SCH_COMPONENT::position |
Definition at line 97 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
| double EASYEDAPRO::SCH_COMPONENT::rotation = 0 |
Definition at line 98 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
| int EASYEDAPRO::SCH_COMPONENT::unk1 = 0 |
Definition at line 103 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
| int EASYEDAPRO::SCH_COMPONENT::unk2 = 0 |
Definition at line 104 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().