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

Parse an Eagle frame element. More...

#include <eagle_parser.h>

Inheritance diagram for EFRAME:
EAGLE_BASE

Public Member Functions

 EFRAME (wxXmlNode *aFrameNode, 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

ECOORD x1
 
ECOORD y1
 
ECOORD x2
 
ECOORD y2
 
int columns
 
int rows
 
int layer
 
opt_bool border_left
 
opt_bool border_top
 
opt_bool border_right
 
opt_bool border_bottom
 
IO_BASEio
 

Detailed Description

Parse an Eagle frame element.

Definition at line 989 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EFRAME()

EFRAME::EFRAME ( wxXmlNode *  aFrameNode,
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 549 of file eagle_parser.cpp.

References EAGLE_BASE::io, and IO_BASE::Report().

Member Data Documentation

◆ border_bottom

opt_bool EFRAME::border_bottom

Definition at line 1018 of file eagle_parser.h.

Referenced by EFRAME().

◆ border_left

opt_bool EFRAME::border_left

Definition at line 1015 of file eagle_parser.h.

Referenced by EFRAME().

◆ border_right

opt_bool EFRAME::border_right

Definition at line 1017 of file eagle_parser.h.

Referenced by EFRAME().

◆ border_top

opt_bool EFRAME::border_top

Definition at line 1016 of file eagle_parser.h.

Referenced by EFRAME().

◆ columns

int EFRAME::columns

Definition at line 1012 of file eagle_parser.h.

Referenced by EFRAME().

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

◆ layer

int EFRAME::layer

Definition at line 1014 of file eagle_parser.h.

Referenced by EFRAME().

◆ rows

int EFRAME::rows

Definition at line 1013 of file eagle_parser.h.

Referenced by EFRAME().

◆ x1

ECOORD EFRAME::x1

Definition at line 1008 of file eagle_parser.h.

Referenced by EFRAME().

◆ x2

ECOORD EFRAME::x2

Definition at line 1010 of file eagle_parser.h.

Referenced by EFRAME().

◆ y1

ECOORD EFRAME::y1

Definition at line 1009 of file eagle_parser.h.

Referenced by EFRAME().

◆ y2

ECOORD EFRAME::y2

Definition at line 1011 of file eagle_parser.h.

Referenced by EFRAME().


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