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

#include <eagle_parser.h>

Inheritance diagram for EDESCRIPTION:
EAGLE_BASE

Public Member Functions

 EDESCRIPTION (wxXmlNode *aDescription, IO_BASE *aIo=nullptr)
 
void Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 Send a message to the IO_BASE REPORTER object if one exists.
 
void AdvanceProgressPhase ()
 

Public Attributes

wxString text
 
opt_wxString language
 
IO_BASEio
 

Detailed Description

Definition at line 464 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EDESCRIPTION()

EDESCRIPTION::EDESCRIPTION ( wxXmlNode *  aDescription,
IO_BASE aIo = nullptr 
)

Definition at line 816 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), language, and text.

Member Function Documentation

◆ AdvanceProgressPhase()

◆ Report()

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

Send a message to the IO_BASE REPORTER object if one exists.

Parameters
aMsgis the message to send to the REPORTER object.

Definition at line 549 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 405 of file eagle_parser.h.

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

◆ language

opt_wxString EDESCRIPTION::language

Definition at line 474 of file eagle_parser.h.

Referenced by EDESCRIPTION().

◆ text

wxString EDESCRIPTION::text

Definition at line 473 of file eagle_parser.h.

Referenced by EDESCRIPTION().


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