| 
    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 408 of file import_fabmaster.h.
| std::unique_ptr<graphic_element> FABMASTER::GEOM_GRAPHIC::elements | 
Definition at line 415 of file import_fabmaster.h.
Referenced by FABMASTER::processGeometry().
| int FABMASTER::GEOM_GRAPHIC::id | 
! RECORD_TAG[0]
Definition at line 413 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 411 of file import_fabmaster.h.
Referenced by FABMASTER::processGeometry().
| std::string FABMASTER::GEOM_GRAPHIC::refdes | 
! REFDES
Definition at line 412 of file import_fabmaster.h.
Referenced by FABMASTER::processGeometry().
| std::string FABMASTER::GEOM_GRAPHIC::subclass | 
! SUBCLASS
Definition at line 410 of file import_fabmaster.h.
Referenced by FABMASTER::processGeometry().