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

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
 

Detailed Description

Parsed attribute from a gEDA T line inside a { } block.

Definition at line 108 of file sch_io_geda.h.

Member Data Documentation

◆ align

int SCH_IO_GEDA::GEDA_ATTR::align = 0

Definition at line 116 of file sch_io_geda.h.

Referenced by SCH_IO_GEDA::parseAttributes().

◆ angle

int SCH_IO_GEDA::GEDA_ATTR::angle = 0

Definition at line 115 of file sch_io_geda.h.

Referenced by SCH_IO_GEDA::parseAttributes().

◆ name

wxString SCH_IO_GEDA::GEDA_ATTR::name

◆ showNV

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

◆ size

int SCH_IO_GEDA::GEDA_ATTR::size = 10

◆ value

wxString SCH_IO_GEDA::GEDA_ATTR::value

◆ visible

bool SCH_IO_GEDA::GEDA_ATTR::visible = false

◆ x

int SCH_IO_GEDA::GEDA_ATTR::x = 0

◆ y

int SCH_IO_GEDA::GEDA_ATTR::y = 0

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