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

Eagle wire. More...

#include <eagle_parser.h>

Public Types

enum  { CONTINUOUS , LONGDASH , SHORTDASH , DASHDOT }
 
enum  { FLAT , ROUND }
 

Public Member Functions

 EWIRE (wxXmlNode *aWire)
 

Public Attributes

ECOORD x1
 
ECOORD y1
 
ECOORD x2
 
ECOORD y2
 
ECOORD width
 
int layer
 
opt_int style
 
opt_double curve
 range is -359.9..359.9 More...
 
opt_int cap
 

Detailed Description

Eagle wire.

Definition at line 499 of file eagle_parser.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
CONTINUOUS 
LONGDASH 
SHORTDASH 
DASHDOT 

Definition at line 509 of file eagle_parser.h.

◆ anonymous enum

anonymous enum
Enumerator
FLAT 
ROUND 

Definition at line 518 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EWIRE()

EWIRE::EWIRE ( wxXmlNode *  aWire)

Definition at line 453 of file eagle_parser.cpp.

References cap, CONTINUOUS, curve, DASHDOT, FLAT, layer, LONGDASH, ROUND, SHORTDASH, style, width, x1, x2, y1, and y2.

Member Data Documentation

◆ cap

opt_int EWIRE::cap

Definition at line 521 of file eagle_parser.h.

Referenced by EWIRE(), and SCH_IO_EAGLE::loadSymbolWire().

◆ curve

◆ layer

◆ style

opt_int EWIRE::style

Definition at line 514 of file eagle_parser.h.

Referenced by EWIRE().

◆ width

◆ x1

◆ x2

◆ y1

◆ y2


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