KiCad PCB EDA Suite
|
Classes | |
struct | BY_ID |
Public Attributes | |
std::string | subclass |
! SUBCLASS | |
std::string | name |
! SYM_NAME | |
std::string | refdes |
! REFDES | |
int | id |
! RECORD_TAG[0] | |
std::unique_ptr< graphic_element > | elements |
Definition at line 381 of file import_fabmaster.h.
std::unique_ptr<graphic_element> FABMASTER::GEOM_GRAPHIC::elements |
Definition at line 388 of file import_fabmaster.h.
Referenced by FABMASTER::processGeometry().
int FABMASTER::GEOM_GRAPHIC::id |
! RECORD_TAG[0]
Definition at line 386 of file import_fabmaster.h.
Referenced by FABMASTER::GEOM_GRAPHIC::BY_ID::operator()(), and FABMASTER::processGeometry().
std::string FABMASTER::GEOM_GRAPHIC::name |
! SYM_NAME
Definition at line 384 of file import_fabmaster.h.
Referenced by FABMASTER::processGeometry().
std::string FABMASTER::GEOM_GRAPHIC::refdes |
! REFDES
Definition at line 385 of file import_fabmaster.h.
Referenced by FABMASTER::processGeometry().
std::string FABMASTER::GEOM_GRAPHIC::subclass |
! SUBCLASS
Definition at line 383 of file import_fabmaster.h.
Referenced by FABMASTER::processGeometry().