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

#include <eagle_parser.h>

Inheritance diagram for EFILTER:
EAGLE_BASE

Public Member Functions

 EFILTER (wxXmlNode *aGrid, 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 name
 
wxString expression
 
IO_BASEio
 

Detailed Description

Definition at line 2016 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EFILTER()

EFILTER::EFILTER ( wxXmlNode * aGrid,
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

◆ expression

wxString EFILTER::expression

Definition at line 2026 of file eagle_parser.h.

Referenced by EFILTER().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 405 of file eagle_parser.h.

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

◆ name

wxString EFILTER::name

Definition at line 2025 of file eagle_parser.h.

Referenced by EFILTER().


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