KiCad PCB EDA Suite
|
Public Attributes | |
int | end_x |
! GRAPHIC_DATA_3 | |
int | end_y |
! GRAPHIC_DATA_4 | |
int | center_x |
! GRAPHIC_DATA_5 | |
int | center_y |
! GRAPHIC_DATA_6 | |
int | radius |
! GRAPHIC_DATA_7 ! width is GRAPHIC_DATA_8 | |
bool | clockwise |
! GRAPHIC_DATA_9 | |
SHAPE_ARC | result |
! KiCad-style arc representation | |
int | start_x |
! GRAPHIC_DATA_1 | |
int | start_y |
! GRAPHIC_DATA_2 | |
int | width |
! Various sections depending on type | |
std::string | layer |
! SUBCLASS | |
std::string | symbol |
! SYMBOL | |
std::string | refdes |
! REFDES | |
int | seq |
! RECORD_TAG[0] | |
int | subseq |
! RECORD_TAG[1] | |
GRAPHIC_TYPE | type |
! Type of graphic item | |
GRAPHIC_SHAPE | shape |
! Shape of the graphic_item | |
Definition at line 244 of file import_fabmaster.h.
int FABMASTER::GRAPHIC_ARC::center_x |
! GRAPHIC_DATA_5
Definition at line 248 of file import_fabmaster.h.
Referenced by FABMASTER::loadEtch(), FABMASTER::loadFootprints(), FABMASTER::loadGraphics(), FABMASTER::loadOutline(), and FABMASTER::processArc().
int FABMASTER::GRAPHIC_ARC::center_y |
! GRAPHIC_DATA_6
Definition at line 249 of file import_fabmaster.h.
Referenced by FABMASTER::loadEtch(), FABMASTER::loadFootprints(), FABMASTER::loadGraphics(), FABMASTER::loadOutline(), and FABMASTER::processArc().
bool FABMASTER::GRAPHIC_ARC::clockwise |
! GRAPHIC_DATA_9
Definition at line 252 of file import_fabmaster.h.
Referenced by FABMASTER::processArc().
int FABMASTER::GRAPHIC_ARC::end_x |
! GRAPHIC_DATA_3
Definition at line 246 of file import_fabmaster.h.
Referenced by FABMASTER::loadEtch(), FABMASTER::loadFootprints(), FABMASTER::loadGraphics(), FABMASTER::loadOutline(), and FABMASTER::processArc().
int FABMASTER::GRAPHIC_ARC::end_y |
! GRAPHIC_DATA_4
Definition at line 247 of file import_fabmaster.h.
Referenced by FABMASTER::loadEtch(), FABMASTER::loadFootprints(), FABMASTER::loadGraphics(), FABMASTER::loadOutline(), and FABMASTER::processArc().
|
inherited |
! SUBCLASS
Definition at line 212 of file import_fabmaster.h.
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().
|
inherited |
! REFDES
Definition at line 214 of file import_fabmaster.h.
SHAPE_ARC FABMASTER::GRAPHIC_ARC::result |
! KiCad-style arc representation
Definition at line 254 of file import_fabmaster.h.
Referenced by FABMASTER::loadEtch(), FABMASTER::loadFootprints(), FABMASTER::loadGraphics(), FABMASTER::loadOutline(), FABMASTER::loadPolygon(), FABMASTER::loadShapePolySet(), FABMASTER::loadZone(), and FABMASTER::processArc().
|
inherited |
! RECORD_TAG[0]
Definition at line 215 of file import_fabmaster.h.
|
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().
|
inherited |
! GRAPHIC_DATA_1
Definition at line 209 of file import_fabmaster.h.
Referenced by FABMASTER::loadEtch(), FABMASTER::loadFootprints(), FABMASTER::loadGraphics(), FABMASTER::loadOutline(), FABMASTER::loadPolygon(), FABMASTER::loadShapePolySet(), FABMASTER::loadZone(), FABMASTER::processArc(), FABMASTER::processLine(), FABMASTER::processRectangle(), and FABMASTER::processText().
|
inherited |
! GRAPHIC_DATA_2
Definition at line 210 of file import_fabmaster.h.
Referenced by FABMASTER::loadEtch(), FABMASTER::loadFootprints(), FABMASTER::loadGraphics(), FABMASTER::loadOutline(), FABMASTER::loadPolygon(), FABMASTER::loadShapePolySet(), FABMASTER::loadZone(), FABMASTER::processArc(), FABMASTER::processLine(), FABMASTER::processRectangle(), and FABMASTER::processText().
|
inherited |
! RECORD_TAG[1]
Definition at line 216 of file import_fabmaster.h.
|
inherited |
! SYMBOL
Definition at line 213 of file import_fabmaster.h.
|
inherited |
! Type of graphic item
Definition at line 217 of file import_fabmaster.h.
Referenced by FABMASTER::processGraphic().
|
inherited |
! Various sections depending on type
Definition at line 211 of file import_fabmaster.h.
Referenced by FABMASTER::loadEtch(), FABMASTER::loadFootprints(), FABMASTER::loadGraphics(), FABMASTER::loadOutline(), FABMASTER::processArc(), FABMASTER::processLine(), FABMASTER::processRectangle(), and FABMASTER::processText().