KiCad PCB EDA Suite
|
Public Attributes | |
bool | oblong_x |
! OBLONG_X (as opposed to OBLONG_Y) | |
int | size_x |
! GRAPHIC_DATA_3 | |
int | size_y |
! GRAPHIC_DATA_4 | |
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 269 of file import_fabmaster.h.
|
inherited |
! SUBCLASS
Definition at line 217 of file import_fabmaster.h.
Referenced by FABMASTER::createBoardItems(), and FABMASTER::loadFootprints().
bool FABMASTER::GRAPHIC_OBLONG::oblong_x |
! OBLONG_X (as opposed to OBLONG_Y)
Definition at line 271 of file import_fabmaster.h.
Referenced by FABMASTER::createBoardItems().
|
inherited |
! REFDES
Definition at line 219 of file import_fabmaster.h.
|
inherited |
! RECORD_TAG[0]
Definition at line 220 of file import_fabmaster.h.
Referenced by FABMASTER::createBoardItems().
|
inherited |
! Shape of the graphic_item
Definition at line 223 of file import_fabmaster.h.
Referenced by FABMASTER::createBoardItems(), FABMASTER::processArc(), FABMASTER::processLine(), FABMASTER::processRectangle(), FABMASTER::processText(), and FABMASTER::traceIsOpen().
int FABMASTER::GRAPHIC_OBLONG::size_x |
! GRAPHIC_DATA_3
Definition at line 272 of file import_fabmaster.h.
Referenced by FABMASTER::createBoardItems().
int FABMASTER::GRAPHIC_OBLONG::size_y |
! GRAPHIC_DATA_4
Definition at line 273 of file import_fabmaster.h.
Referenced by FABMASTER::createBoardItems().
|
inherited |
! GRAPHIC_DATA_1
Definition at line 214 of file import_fabmaster.h.
Referenced by FABMASTER::createBoardItems(), FABMASTER::loadEtch(), FABMASTER::loadFootprints(), FABMASTER::loadShapePolySet(), FABMASTER::loadZone(), FABMASTER::processArc(), FABMASTER::processLine(), FABMASTER::processRectangle(), FABMASTER::processText(), FABMASTER::setupText(), and FABMASTER::traceIsOpen().
|
inherited |
! GRAPHIC_DATA_2
Definition at line 215 of file import_fabmaster.h.
Referenced by FABMASTER::createBoardItems(), FABMASTER::loadEtch(), FABMASTER::loadFootprints(), FABMASTER::loadShapePolySet(), FABMASTER::loadZone(), FABMASTER::processArc(), FABMASTER::processLine(), FABMASTER::processRectangle(), FABMASTER::processText(), FABMASTER::setupText(), and FABMASTER::traceIsOpen().
|
inherited |
! RECORD_TAG[1]
Definition at line 221 of file import_fabmaster.h.
Referenced by FABMASTER::createBoardItems(), and FABMASTER::traceIsOpen().
|
inherited |
! SYMBOL
Definition at line 218 of file import_fabmaster.h.
|
inherited |
! Type of graphic item
Definition at line 222 of file import_fabmaster.h.
Referenced by FABMASTER::processGraphic().
|
inherited |
! Various sections depending on type
Definition at line 216 of file import_fabmaster.h.
Referenced by FABMASTER::createBoardItems(), FABMASTER::loadEtch(), FABMASTER::loadFootprints(), FABMASTER::processArc(), FABMASTER::processLine(), FABMASTER::processRectangle(), FABMASTER::processText(), and FABMASTER::setupText().