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

#include <eagle_parser.h>

Inheritance diagram for ENOTE:
EAGLE_BASE

Public Member Functions

 ENOTE (wxXmlNode *aNote, 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

double version
 
wxString severity
 
wxString note
 
IO_BASEio
 

Detailed Description

Definition at line 1940 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ENOTE()

ENOTE::ENOTE ( wxXmlNode *  aNote,
IO_BASE aIo = nullptr 
)

Definition at line 2154 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), note, severity, and version.

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

◆ note

wxString ENOTE::note

Definition at line 1952 of file eagle_parser.h.

Referenced by ENOTE().

◆ severity

wxString ENOTE::severity

Definition at line 1951 of file eagle_parser.h.

Referenced by ENOTE().

◆ version

double ENOTE::version

Definition at line 1950 of file eagle_parser.h.

Referenced by ENOTE().


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