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

#include <eagle_parser.h>

Inheritance diagram for EVARIANT:
EAGLE_BASE

Public Member Functions

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

Public Attributes

wxString name
 
opt_bool populate
 
opt_wxString value
 
opt_wxString technology
 
IO_BASEio
 

Detailed Description

Definition at line 1169 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EVARIANT()

EVARIANT::EVARIANT ( wxXmlNode *  aVariant,
IO_BASE aIo = nullptr 
)

Definition at line 1254 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), name, populate, technology, and value.

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

◆ 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().

◆ name

wxString EVARIANT::name

Definition at line 1181 of file eagle_parser.h.

Referenced by EVARIANT().

◆ populate

opt_bool EVARIANT::populate

Definition at line 1182 of file eagle_parser.h.

Referenced by EVARIANT().

◆ technology

opt_wxString EVARIANT::technology

Definition at line 1184 of file eagle_parser.h.

Referenced by EVARIANT().

◆ value

opt_wxString EVARIANT::value

Definition at line 1183 of file eagle_parser.h.

Referenced by EVARIANT().


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