|
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 |
| std::map< std::string, std::string > | props |
Definition at line 908 of file orcad_page.cpp.
| std::string V2_PART_CELL::name |
Definition at line 910 of file orcad_page.cpp.
Referenced by v2PartCell().
| std::map<std::string, std::string> V2_PART_CELL::props |
Definition at line 914 of file orcad_page.cpp.
Referenced by v2PartCell().
| std::string V2_PART_CELL::refDesPrefix |
Definition at line 913 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 911 of file orcad_page.cpp.
Referenced by v2PartCell().
| std::vector<std::string> V2_PART_CELL::viewNames |
Definition at line 912 of file orcad_page.cpp.
Referenced by v2PartCell().