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

Parse an Eagle frame element. More...

#include <eagle_parser.h>

Public Member Functions

 EFRAME (wxXmlNode *aFrameNode)
 

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
 

Detailed Description

Parse an Eagle frame element.

Definition at line 680 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EFRAME()

EFRAME::EFRAME ( wxXmlNode *  aFrameNode)

Definition at line 750 of file eagle_parser.cpp.

References border_bottom, border_left, border_right, border_top, columns, layer, rows, x1, x2, y1, and y2.

Member Data Documentation

◆ border_bottom

opt_bool EFRAME::border_bottom

Definition at line 692 of file eagle_parser.h.

Referenced by EFRAME(), SCH_IO_EAGLE::loadFrame(), and SCH_IO_EAGLE::loadSymbolFrame().

◆ border_left

opt_bool EFRAME::border_left

Definition at line 689 of file eagle_parser.h.

Referenced by EFRAME(), SCH_IO_EAGLE::loadFrame(), and SCH_IO_EAGLE::loadSymbolFrame().

◆ border_right

opt_bool EFRAME::border_right

Definition at line 691 of file eagle_parser.h.

Referenced by EFRAME(), SCH_IO_EAGLE::loadFrame(), and SCH_IO_EAGLE::loadSymbolFrame().

◆ border_top

opt_bool EFRAME::border_top

Definition at line 690 of file eagle_parser.h.

Referenced by EFRAME(), SCH_IO_EAGLE::loadFrame(), and SCH_IO_EAGLE::loadSymbolFrame().

◆ columns

int EFRAME::columns

Definition at line 686 of file eagle_parser.h.

Referenced by EFRAME(), SCH_IO_EAGLE::loadFrame(), and SCH_IO_EAGLE::loadSymbolFrame().

◆ layer

int EFRAME::layer

Definition at line 688 of file eagle_parser.h.

Referenced by EFRAME().

◆ rows

int EFRAME::rows

Definition at line 687 of file eagle_parser.h.

Referenced by EFRAME(), SCH_IO_EAGLE::loadFrame(), and SCH_IO_EAGLE::loadSymbolFrame().

◆ x1

ECOORD EFRAME::x1

Definition at line 682 of file eagle_parser.h.

Referenced by EFRAME(), SCH_IO_EAGLE::loadFrame(), and SCH_IO_EAGLE::loadSymbolFrame().

◆ x2

ECOORD EFRAME::x2

Definition at line 684 of file eagle_parser.h.

Referenced by EFRAME(), SCH_IO_EAGLE::loadFrame(), and SCH_IO_EAGLE::loadSymbolFrame().

◆ y1

ECOORD EFRAME::y1

Definition at line 683 of file eagle_parser.h.

Referenced by EFRAME(), SCH_IO_EAGLE::loadFrame(), and SCH_IO_EAGLE::loadSymbolFrame().

◆ y2

ECOORD EFRAME::y2

Definition at line 685 of file eagle_parser.h.

Referenced by EFRAME(), SCH_IO_EAGLE::loadFrame(), and SCH_IO_EAGLE::loadSymbolFrame().


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