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

#include <eagle_parser.h>

Inheritance diagram for EAGLE_DOC:
EAGLE_BASE

Public Member Functions

 EAGLE_DOC (wxXmlNode *aEagleDoc, IO_BASE *aIo=nullptr)
 
void Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 
void AdvanceProgressPhase ()
 

Public Attributes

wxString version
 The Eagle XML file version.
 
std::unique_ptr< EDRAWINGdrawing
 
std::optional< ECOMPATIBILITYcompatibility
 
IO_BASEio
 

Detailed Description

Definition at line 2189 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EAGLE_DOC()

EAGLE_DOC::EAGLE_DOC ( wxXmlNode *  aEagleDoc,
IO_BASE aIo = nullptr 
)

Definition at line 2705 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), compatibility, drawing, and version.

Member Function Documentation

◆ AdvanceProgressPhase()

◆ Report()

void EAGLE_BASE::Report ( const wxString &  aMsg,
SEVERITY  aSeverity = RPT_SEVERITY_UNDEFINED 
)
inherited

Definition at line 494 of file eagle_parser.cpp.

References EAGLE_BASE::io, and IO_BASE::Report().

Member Data Documentation

◆ compatibility

std::optional<ECOMPATIBILITY> EAGLE_DOC::compatibility

Definition at line 2210 of file eagle_parser.h.

Referenced by EAGLE_DOC().

◆ drawing

std::unique_ptr<EDRAWING> EAGLE_DOC::drawing

Definition at line 2209 of file eagle_parser.h.

Referenced by EAGLE_DOC().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 403 of file eagle_parser.h.

Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().

◆ version

wxString EAGLE_DOC::version

The Eagle XML file version.

Note
Even though the Eagle XML file claims the version is a %Real(floating point number), this is not the case. The version string in the XML file is a major.minor.micro format so it's just parsed a string.

Definition at line 2207 of file eagle_parser.h.

Referenced by EAGLE_DOC().


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