|
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 894 of file orcad_page.cpp.
| std::string V2_PART_CELL::name |
Definition at line 896 of file orcad_page.cpp.
Referenced by v2PartCell().
| std::string V2_PART_CELL::refDesPrefix |
Definition at line 899 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 897 of file orcad_page.cpp.
Referenced by v2PartCell().
| std::vector<std::string> V2_PART_CELL::viewNames |
Definition at line 898 of file orcad_page.cpp.
Referenced by v2PartCell().