|
KiCad PCB EDA Suite
|
Parsed attribute from a gEDA T line inside a { } block. More...
Public Attributes | |
| wxString | name |
| wxString | value |
| int | x = 0 |
| int | y = 0 |
| int | size = 10 |
| int | angle = 0 |
| int | align = 0 |
| bool | visible = false |
| int | showNV = 0 |
| 0=name+value, 1=value, 2=name | |
Parsed attribute from a gEDA T line inside a { } block.
Definition at line 108 of file sch_io_geda.h.
| int SCH_IO_GEDA::GEDA_ATTR::align = 0 |
Definition at line 116 of file sch_io_geda.h.
Referenced by SCH_IO_GEDA::parseAttributes().
| int SCH_IO_GEDA::GEDA_ATTR::angle = 0 |
Definition at line 115 of file sch_io_geda.h.
Referenced by SCH_IO_GEDA::parseAttributes().
| wxString SCH_IO_GEDA::GEDA_ATTR::name |
Definition at line 110 of file sch_io_geda.h.
Referenced by SCH_IO_GEDA::flushPendingComponent(), and SCH_IO_GEDA::parseAttributes().
| int SCH_IO_GEDA::GEDA_ATTR::showNV = 0 |
0=name+value, 1=value, 2=name
Definition at line 118 of file sch_io_geda.h.
Referenced by SCH_IO_GEDA::parseAttributes().
| int SCH_IO_GEDA::GEDA_ATTR::size = 10 |
Definition at line 114 of file sch_io_geda.h.
Referenced by SCH_IO_GEDA::flushPendingComponent(), and SCH_IO_GEDA::parseAttributes().
| wxString SCH_IO_GEDA::GEDA_ATTR::value |
Definition at line 111 of file sch_io_geda.h.
Referenced by SCH_IO_GEDA::flushPendingComponent(), and SCH_IO_GEDA::parseAttributes().
| bool SCH_IO_GEDA::GEDA_ATTR::visible = false |
Definition at line 117 of file sch_io_geda.h.
Referenced by SCH_IO_GEDA::flushPendingComponent(), and SCH_IO_GEDA::parseAttributes().
| int SCH_IO_GEDA::GEDA_ATTR::x = 0 |
Definition at line 112 of file sch_io_geda.h.
Referenced by SCH_IO_GEDA::flushPendingComponent(), and SCH_IO_GEDA::parseAttributes().
| int SCH_IO_GEDA::GEDA_ATTR::y = 0 |
Definition at line 113 of file sch_io_geda.h.
Referenced by SCH_IO_GEDA::flushPendingComponent(), and SCH_IO_GEDA::parseAttributes().