KiCad PCB EDA Suite
Loading...
Searching...
No Matches
V2_PART_CELL Struct Reference

Public Attributes

std::string name
 
std::vector< ORCAD_SYMBOL_DEFsymbols
 one per view, keyed positionally
 
std::vector< std::string > viewNames
 
std::string refDesPrefix
 
std::map< std::string, std::string > props
 

Detailed Description

Definition at line 908 of file orcad_page.cpp.

Member Data Documentation

◆ name

std::string V2_PART_CELL::name

Definition at line 910 of file orcad_page.cpp.

Referenced by v2PartCell().

◆ props

std::map<std::string, std::string> V2_PART_CELL::props

Definition at line 914 of file orcad_page.cpp.

Referenced by v2PartCell().

◆ refDesPrefix

std::string V2_PART_CELL::refDesPrefix

Definition at line 913 of file orcad_page.cpp.

Referenced by v2PartCell().

◆ symbols

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().

◆ viewNames

std::vector<std::string> V2_PART_CELL::viewNames

Definition at line 912 of file orcad_page.cpp.

Referenced by v2PartCell().


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