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

Eagle polygon, without vertices which are parsed as needed. More...

#include <eagle_parser.h>

Inheritance diagram for EPOLYGON:
EAGLE_BASE

Public Types

enum  { SOLID , HATCH , CUTOUT }
 

Public Member Functions

 EPOLYGON (wxXmlNode *aPolygon, IO_BASE *aIo=nullptr)
 
void Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 
void AdvanceProgressPhase ()
 

Public Attributes

ECOORD width
 
int layer
 
opt_ecoord spacing
 
int pour
 
opt_ecoord isolate
 
opt_bool orphans
 
opt_bool thermals
 
opt_int rank
 
std::vector< std::unique_ptr< EVERTEX > > vertices
 
IO_BASEio
 

Static Public Attributes

static const int max_priority = 6
 

Detailed Description

Eagle polygon, without vertices which are parsed as needed.

Definition at line 1096 of file eagle_parser.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
SOLID 
HATCH 
CUTOUT 

Definition at line 1129 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPOLYGON()

EPOLYGON::EPOLYGON ( wxXmlNode *  aPolygon,
IO_BASE aIo = nullptr 
)

Member Function Documentation

◆ AdvanceProgressPhase()

◆ Report()

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

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

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

◆ isolate

opt_ecoord EPOLYGON::isolate

Definition at line 1136 of file eagle_parser.h.

Referenced by EPOLYGON(), and PCB_IO_EAGLE::loadPolygon().

◆ layer

int EPOLYGON::layer

◆ max_priority

const int EPOLYGON::max_priority = 6
static

Definition at line 1127 of file eagle_parser.h.

Referenced by PCB_IO_EAGLE::loadPolygon().

◆ orphans

opt_bool EPOLYGON::orphans

Definition at line 1137 of file eagle_parser.h.

Referenced by EPOLYGON(), and PCB_IO_EAGLE::loadPolygon().

◆ pour

int EPOLYGON::pour

◆ rank

opt_int EPOLYGON::rank

Definition at line 1139 of file eagle_parser.h.

Referenced by EPOLYGON(), and PCB_IO_EAGLE::loadPolygon().

◆ spacing

opt_ecoord EPOLYGON::spacing

Definition at line 1120 of file eagle_parser.h.

Referenced by EPOLYGON(), and PCB_IO_EAGLE::loadPolygon().

◆ thermals

opt_bool EPOLYGON::thermals

Definition at line 1138 of file eagle_parser.h.

Referenced by EPOLYGON(), and PCB_IO_EAGLE::loadPolygon().

◆ vertices

std::vector<std::unique_ptr<EVERTEX> > EPOLYGON::vertices

Definition at line 1141 of file eagle_parser.h.

Referenced by EPOLYGON().

◆ width

ECOORD EPOLYGON::width

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