|
KiCad PCB EDA Suite
|
Pending component waiting for symbol resolution. More...
Public Attributes | |
| wxString | basename |
| int | x = 0 |
| int | y = 0 |
| int | angle = 0 |
| int | mirror = 0 |
| int | selectable = 1 |
| std::vector< GEDA_ATTR > | attrs |
| bool | embedded = false |
| std::unique_ptr< LIB_SYMBOL > | embeddedSym |
Pending component waiting for symbol resolution.
A gEDA C line defers actual symbol loading until we know whether the definition is embedded ([] block) or from the library.
Definition at line 124 of file sch_io_geda.h.
| int SCH_IO_GEDA::PENDING_COMPONENT::angle = 0 |
Definition at line 129 of file sch_io_geda.h.
| std::vector<GEDA_ATTR> SCH_IO_GEDA::PENDING_COMPONENT::attrs |
Definition at line 132 of file sch_io_geda.h.
| wxString SCH_IO_GEDA::PENDING_COMPONENT::basename |
Definition at line 126 of file sch_io_geda.h.
| bool SCH_IO_GEDA::PENDING_COMPONENT::embedded = false |
Definition at line 133 of file sch_io_geda.h.
| std::unique_ptr<LIB_SYMBOL> SCH_IO_GEDA::PENDING_COMPONENT::embeddedSym |
Definition at line 134 of file sch_io_geda.h.
| int SCH_IO_GEDA::PENDING_COMPONENT::mirror = 0 |
Definition at line 130 of file sch_io_geda.h.
| int SCH_IO_GEDA::PENDING_COMPONENT::selectable = 1 |
Definition at line 131 of file sch_io_geda.h.
| int SCH_IO_GEDA::PENDING_COMPONENT::x = 0 |
Definition at line 127 of file sch_io_geda.h.
| int SCH_IO_GEDA::PENDING_COMPONENT::y = 0 |
Definition at line 128 of file sch_io_geda.h.