KiCad PCB EDA Suite
Loading...
Searching...
No Matches
FABMASTER::SYMBOL Struct Reference

Classes

struct  HASH
 

Public Attributes

int sym_id
 ! RECORD_TAG[0] More...
 
int seq_id
 ! RECORD_TAG[1] (RECORD_TAG is of the form "x y z") More...
 
int subseq_id
 ! RECORD_TAG[2] (RECORD_TAG is of the form "x y z") More...
 
std::string name
 ! SYM_NAME More...
 
std::string refdes
 ! REFDES More...
 
int x
 ! SYM_X More...
 
int y
 ! SYM_Y More...
 
std::map< int, graphic_elementelements
 

Detailed Description

Definition at line 337 of file import_fabmaster.h.

Member Data Documentation

◆ elements

std::map<int, graphic_element> FABMASTER::SYMBOL::elements

Definition at line 346 of file import_fabmaster.h.

◆ name

std::string FABMASTER::SYMBOL::name

! SYM_NAME

Definition at line 342 of file import_fabmaster.h.

Referenced by FABMASTER::SYMBOL::HASH::operator()().

◆ refdes

std::string FABMASTER::SYMBOL::refdes

! REFDES

Definition at line 343 of file import_fabmaster.h.

◆ seq_id

int FABMASTER::SYMBOL::seq_id

! RECORD_TAG[1] (RECORD_TAG is of the form "x y z")

Definition at line 340 of file import_fabmaster.h.

◆ subseq_id

int FABMASTER::SYMBOL::subseq_id

! RECORD_TAG[2] (RECORD_TAG is of the form "x y z")

Definition at line 341 of file import_fabmaster.h.

◆ sym_id

int FABMASTER::SYMBOL::sym_id

! RECORD_TAG[0]

Definition at line 339 of file import_fabmaster.h.

◆ x

int FABMASTER::SYMBOL::x

! SYM_X

Definition at line 344 of file import_fabmaster.h.

◆ y

int FABMASTER::SYMBOL::y

! SYM_Y

Definition at line 345 of file import_fabmaster.h.


The documentation for this struct was generated from the following file: