|
KiCad PCB EDA Suite
|
One parsed row from an EasyEDA Pro v3 .epru document stream. More...
#include <easyedapro_v3_parser.h>
Public Attributes | |
| wxString | type |
| wxString | id |
| int | ticket = 0 |
| nlohmann::json | outer |
| nlohmann::json | inner |
One parsed row from an EasyEDA Pro v3 .epru document stream.
Definition at line 41 of file easyedapro_v3_parser.h.
| wxString EASYEDAPRO::V3_ROW::id |
Definition at line 44 of file easyedapro_v3_parser.h.
| nlohmann::json EASYEDAPRO::V3_ROW::inner |
Definition at line 47 of file easyedapro_v3_parser.h.
| nlohmann::json EASYEDAPRO::V3_ROW::outer |
Definition at line 46 of file easyedapro_v3_parser.h.
| int EASYEDAPRO::V3_ROW::ticket = 0 |
Definition at line 45 of file easyedapro_v3_parser.h.
| wxString EASYEDAPRO::V3_ROW::type |
Definition at line 43 of file easyedapro_v3_parser.h.