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 |
SYMBOL_TYPE | type = SYMBOL_TYPE::NORMAL |
Definition at line 153 of file easyedapro_parser.h.
nlohmann::json EASYEDAPRO::PRJ_SYMBOL::custom_tags |
Definition at line 158 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
wxString EASYEDAPRO::PRJ_SYMBOL::desc |
Definition at line 156 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
wxString EASYEDAPRO::PRJ_SYMBOL::source |
Definition at line 155 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
nlohmann::json EASYEDAPRO::PRJ_SYMBOL::tags |
Definition at line 157 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
wxString EASYEDAPRO::PRJ_SYMBOL::title |
Definition at line 159 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json(), and SCH_IO_EASYEDAPRO::LoadAllDataFromProject().
SYMBOL_TYPE EASYEDAPRO::PRJ_SYMBOL::type = SYMBOL_TYPE::NORMAL |
Definition at line 161 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().
wxString EASYEDAPRO::PRJ_SYMBOL::version |
Definition at line 160 of file easyedapro_parser.h.
Referenced by EASYEDAPRO::from_json().