|
KiCad PCB EDA Suite
|
Map references to missing symbol units data. More...
Public Member Functions | |
| EAGLE_MISSING_CMP (const SCH_SYMBOL *aSymbol=nullptr, SCH_SCREEN *aScreen=nullptr) | |
| Link to the parent symbol. | |
Public Attributes | |
| const SCH_SYMBOL * | cmp |
| Screen where the parent symbol is located. | |
| SCH_SCREEN * | screen |
| std::map< int, bool > | units |
Map references to missing symbol units data.
Definition at line 229 of file sch_io_eagle.h.
|
inline |
Link to the parent symbol.
Definition at line 231 of file sch_io_eagle.h.
| const SCH_SYMBOL* SCH_IO_EAGLE::EAGLE_MISSING_CMP::cmp |
Screen where the parent symbol is located.
Definition at line 237 of file sch_io_eagle.h.
Referenced by SCH_IO_EAGLE::addImplicitConnections(), and EAGLE_MISSING_CMP().
| SCH_SCREEN* SCH_IO_EAGLE::EAGLE_MISSING_CMP::screen |
Definition at line 240 of file sch_io_eagle.h.
Referenced by SCH_IO_EAGLE::addImplicitConnections(), and EAGLE_MISSING_CMP().
| std::map<int, bool> SCH_IO_EAGLE::EAGLE_MISSING_CMP::units |
Definition at line 246 of file sch_io_eagle.h.
Referenced by SCH_IO_EAGLE::addImplicitConnections().