|
KiCad PCB EDA Suite
|
Classes | |
| struct | HASH |
Public Attributes | |
| std::string | refdes |
| ! REFDES | |
| COMPCLASS | cclass |
| ! COMP_CLASS | |
| std::string | pn |
| ! COMP_PART_NUMBER | |
| std::string | height |
| ! COMP_HEIGHT | |
| std::string | dev_label |
| ! COMP_DEVICE_LABEL | |
| std::string | insert_code |
| ! COMP_INSERTION_CODE | |
| SYMTYPE | type |
| ! SYM_TYPE | |
| std::string | name |
| ! SYM_NAME | |
| bool | mirror |
| ! SYM_MIRROR | |
| double | rotate |
| ! SYM_ROTATE (degrees) | |
| int | x |
| ! SYM_X | |
| int | y |
| ! SYM_Y | |
| std::string | value |
| ! COMP_VALUE | |
| std::string | tol |
| ! COMP_TOL | |
| std::string | voltage |
| ! COMP_VOLTAGE | |
Definition at line 475 of file import_fabmaster.h.
| COMPCLASS FABMASTER::COMPONENT::cclass |
! COMP_CLASS
Definition at line 478 of file import_fabmaster.h.
| std::string FABMASTER::COMPONENT::dev_label |
! COMP_DEVICE_LABEL
Definition at line 481 of file import_fabmaster.h.
| std::string FABMASTER::COMPONENT::height |
! COMP_HEIGHT
Definition at line 480 of file import_fabmaster.h.
| std::string FABMASTER::COMPONENT::insert_code |
! COMP_INSERTION_CODE
Definition at line 482 of file import_fabmaster.h.
| bool FABMASTER::COMPONENT::mirror |
! SYM_MIRROR
Definition at line 485 of file import_fabmaster.h.
| std::string FABMASTER::COMPONENT::name |
! SYM_NAME
Definition at line 484 of file import_fabmaster.h.
| std::string FABMASTER::COMPONENT::pn |
! COMP_PART_NUMBER
Definition at line 479 of file import_fabmaster.h.
| std::string FABMASTER::COMPONENT::refdes |
! REFDES
Definition at line 477 of file import_fabmaster.h.
Referenced by FABMASTER::COMPONENT::HASH::operator()().
| double FABMASTER::COMPONENT::rotate |
! SYM_ROTATE (degrees)
Definition at line 486 of file import_fabmaster.h.
| std::string FABMASTER::COMPONENT::tol |
! COMP_TOL
Definition at line 490 of file import_fabmaster.h.
| SYMTYPE FABMASTER::COMPONENT::type |
! SYM_TYPE
Definition at line 483 of file import_fabmaster.h.
| std::string FABMASTER::COMPONENT::value |
! COMP_VALUE
Definition at line 489 of file import_fabmaster.h.
| std::string FABMASTER::COMPONENT::voltage |
! COMP_VOLTAGE
Definition at line 491 of file import_fabmaster.h.
| int FABMASTER::COMPONENT::x |
! SYM_X
Definition at line 487 of file import_fabmaster.h.
| int FABMASTER::COMPONENT::y |
! SYM_Y
Definition at line 488 of file import_fabmaster.h.