|
KiCad PCB EDA Suite
|
Public Attributes | |
| std::string | name |
| std::vector< ORCAD_SYMBOL_DEF > | symbols |
| one per view, keyed positionally | |
| std::vector< std::string > | viewNames |
| std::string | refDesPrefix |
Definition at line 885 of file orcad_page.cpp.
| std::string V2_PART_CELL::name |
Definition at line 887 of file orcad_page.cpp.
Referenced by v2PartCell().
| std::string V2_PART_CELL::refDesPrefix |
Definition at line 890 of file orcad_page.cpp.
Referenced by v2PartCell().
| std::vector<ORCAD_SYMBOL_DEF> V2_PART_CELL::symbols |
one per view, keyed positionally
Definition at line 888 of file orcad_page.cpp.
Referenced by v2PartCell().
| std::vector<std::string> V2_PART_CELL::viewNames |
Definition at line 889 of file orcad_page.cpp.
Referenced by v2PartCell().