KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCH_IO_GEDA::PENDING_COMPONENT Struct Reference

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_ATTRattrs
 
bool embedded = false
 
std::unique_ptr< LIB_SYMBOLembeddedSym
 

Detailed Description

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.

Member Data Documentation

◆ angle

int SCH_IO_GEDA::PENDING_COMPONENT::angle = 0

Definition at line 129 of file sch_io_geda.h.

◆ attrs

std::vector<GEDA_ATTR> SCH_IO_GEDA::PENDING_COMPONENT::attrs

Definition at line 132 of file sch_io_geda.h.

◆ basename

wxString SCH_IO_GEDA::PENDING_COMPONENT::basename

Definition at line 126 of file sch_io_geda.h.

◆ embedded

bool SCH_IO_GEDA::PENDING_COMPONENT::embedded = false

Definition at line 133 of file sch_io_geda.h.

◆ embeddedSym

std::unique_ptr<LIB_SYMBOL> SCH_IO_GEDA::PENDING_COMPONENT::embeddedSym

Definition at line 134 of file sch_io_geda.h.

◆ mirror

int SCH_IO_GEDA::PENDING_COMPONENT::mirror = 0

Definition at line 130 of file sch_io_geda.h.

◆ selectable

int SCH_IO_GEDA::PENDING_COMPONENT::selectable = 1

Definition at line 131 of file sch_io_geda.h.

◆ x

int SCH_IO_GEDA::PENDING_COMPONENT::x = 0

Definition at line 127 of file sch_io_geda.h.

◆ y

int SCH_IO_GEDA::PENDING_COMPONENT::y = 0

Definition at line 128 of file sch_io_geda.h.


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