KiCad PCB EDA Suite
Loading...
Searching...
No Matches
V3_ROW Struct Reference

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
 

Detailed Description

One parsed row from an EasyEDA Pro v3 .epru document stream.

Definition at line 41 of file easyedapro_v3_parser.h.

Member Data Documentation

◆ id

wxString EASYEDAPRO::V3_ROW::id

Definition at line 44 of file easyedapro_v3_parser.h.

◆ inner

nlohmann::json EASYEDAPRO::V3_ROW::inner

Definition at line 47 of file easyedapro_v3_parser.h.

◆ outer

nlohmann::json EASYEDAPRO::V3_ROW::outer

Definition at line 46 of file easyedapro_v3_parser.h.

◆ ticket

int EASYEDAPRO::V3_ROW::ticket = 0

Definition at line 45 of file easyedapro_v3_parser.h.

◆ type

wxString EASYEDAPRO::V3_ROW::type

Definition at line 43 of file easyedapro_v3_parser.h.


The documentation for this struct was generated from the following file: