KiCad PCB EDA Suite
Loading...
Searching...
No Matches
EASYEDA::DOCUMENT Struct Reference

#include <easyeda_parser_structs.h>

Public Attributes

std::optional< DOC_TYPEdocType
 
HEAD head
 
wxString canvas
 
wxString title
 
wxArrayString shape
 
std::optional< nlohmann::json > dataStr
 

Detailed Description

Definition at line 69 of file easyeda_parser_structs.h.

Member Data Documentation

◆ canvas

wxString EASYEDA::DOCUMENT::canvas

Definition at line 76 of file easyeda_parser_structs.h.

◆ dataStr

std::optional<nlohmann::json> EASYEDA::DOCUMENT::dataStr

◆ docType

std::optional<DOC_TYPE> EASYEDA::DOCUMENT::docType

◆ head

◆ shape

◆ title

wxString EASYEDA::DOCUMENT::title

Definition at line 77 of file easyeda_parser_structs.h.

Referenced by LoadSchematic().


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