KiCad PCB EDA Suite
Loading...
Searching...
No Matches
FABMASTER::GRAPHIC_ARC Struct Reference
Inheritance diagram for FABMASTER::GRAPHIC_ARC:
FABMASTER::GRAPHIC_ITEM

Public Attributes

int end_x
 ! GRAPHIC_DATA_3 More...
 
int end_y
 ! GRAPHIC_DATA_4 More...
 
int center_x
 ! GRAPHIC_DATA_5 More...
 
int center_y
 ! GRAPHIC_DATA_6 More...
 
int radius
 ! GRAPHIC_DATA_7 ! width is GRAPHIC_DATA_8 More...
 
bool clockwise
 ! GRAPHIC_DATA_9 More...
 
SHAPE_ARC result
 ! KiCad-style arc representation More...
 
int start_x
 ! GRAPHIC_DATA_1 More...
 
int start_y
 ! GRAPHIC_DATA_2 More...
 
int width
 ! Various sections depending on type More...
 
std::string layer
 ! SUBCLASS More...
 
std::string symbol
 ! SYMBOL More...
 
std::string refdes
 ! REFDES More...
 
int seq
 ! RECORD_TAG[0] More...
 
int subseq
 ! RECORD_TAG[1] More...
 
GRAPHIC_TYPE type
 ! Type of graphic item More...
 
GRAPHIC_SHAPE shape
 ! Shape of the graphic_item More...
 

Detailed Description

Definition at line 244 of file import_fabmaster.h.

Member Data Documentation

◆ center_x

int FABMASTER::GRAPHIC_ARC::center_x

◆ center_y

int FABMASTER::GRAPHIC_ARC::center_y

◆ clockwise

bool FABMASTER::GRAPHIC_ARC::clockwise

! GRAPHIC_DATA_9

Definition at line 252 of file import_fabmaster.h.

Referenced by FABMASTER::processArc().

◆ end_x

int FABMASTER::GRAPHIC_ARC::end_x

◆ end_y

int FABMASTER::GRAPHIC_ARC::end_y

◆ layer

std::string FABMASTER::GRAPHIC_ITEM::layer
inherited

! SUBCLASS

Definition at line 212 of file import_fabmaster.h.

◆ radius

int FABMASTER::GRAPHIC_ARC::radius

! GRAPHIC_DATA_7 ! width is GRAPHIC_DATA_8

Definition at line 250 of file import_fabmaster.h.

Referenced by FABMASTER::processArc().

◆ refdes

std::string FABMASTER::GRAPHIC_ITEM::refdes
inherited

! REFDES

Definition at line 214 of file import_fabmaster.h.

◆ result

◆ seq

int FABMASTER::GRAPHIC_ITEM::seq
inherited

! RECORD_TAG[0]

Definition at line 215 of file import_fabmaster.h.

◆ shape

GRAPHIC_SHAPE FABMASTER::GRAPHIC_ITEM::shape
inherited

! Shape of the graphic_item

Definition at line 218 of file import_fabmaster.h.

Referenced by FABMASTER::processArc(), FABMASTER::processLine(), FABMASTER::processRectangle(), and FABMASTER::processText().

◆ start_x

◆ start_y

◆ subseq

int FABMASTER::GRAPHIC_ITEM::subseq
inherited

! RECORD_TAG[1]

Definition at line 216 of file import_fabmaster.h.

◆ symbol

std::string FABMASTER::GRAPHIC_ITEM::symbol
inherited

! SYMBOL

Definition at line 213 of file import_fabmaster.h.

◆ type

GRAPHIC_TYPE FABMASTER::GRAPHIC_ITEM::type
inherited

! Type of graphic item

Definition at line 217 of file import_fabmaster.h.

Referenced by FABMASTER::processGraphic().

◆ width

int FABMASTER::GRAPHIC_ITEM::width
inherited

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