KiCad PCB EDA Suite
|
#include <easyedapro_parser.h>
Public Attributes | |
wxString | source |
wxString | desc |
nlohmann::json | tags |
nlohmann::json | custom_tags |
wxString | title |
wxString | version |
FOOTPRINT_TYPE | type = FOOTPRINT_TYPE::NORMAL |
Definition at line 164 of file easyedapro_parser.h.
nlohmann::json EASYEDAPRO::PRJ_FOOTPRINT::custom_tags |
Definition at line 169 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
wxString EASYEDAPRO::PRJ_FOOTPRINT::desc |
Definition at line 167 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
wxString EASYEDAPRO::PRJ_FOOTPRINT::source |
Definition at line 166 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
nlohmann::json EASYEDAPRO::PRJ_FOOTPRINT::tags |
Definition at line 168 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
wxString EASYEDAPRO::PRJ_FOOTPRINT::title |
Definition at line 170 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
FOOTPRINT_TYPE EASYEDAPRO::PRJ_FOOTPRINT::type = FOOTPRINT_TYPE::NORMAL |
Definition at line 172 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
wxString EASYEDAPRO::PRJ_FOOTPRINT::version |
Definition at line 171 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().