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

#include <eagle_parser.h>

Inheritance diagram for ESETTING:
EAGLE_BASE

Public Member Functions

 ESETTING (wxXmlNode *aSetting, 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

opt_bool alwaysvectorfont
 
opt_wxString verticaltext
 
opt_bool keepoldvectorfont
 
IO_BASEio
 

Detailed Description

Definition at line 1968 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ESETTING()

ESETTING::ESETTING ( wxXmlNode * aSetting,
IO_BASE * aIo = nullptr )

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 571 of file eagle_parser.cpp.

References io.

Member Data Documentation

◆ alwaysvectorfont

opt_bool ESETTING::alwaysvectorfont

Definition at line 1978 of file eagle_parser.h.

Referenced by ESETTING().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 405 of file eagle_parser.h.

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

◆ keepoldvectorfont

opt_bool ESETTING::keepoldvectorfont

Definition at line 1980 of file eagle_parser.h.

Referenced by ESETTING().

◆ verticaltext

opt_wxString ESETTING::verticaltext

Definition at line 1979 of file eagle_parser.h.

Referenced by ESETTING().


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