Schematic component. More...
#include <xornstorage.h>
Public Attributes | |
| struct xorn_double2d | pos |
| Origin coordinates in mils. More... | |
| bool | selectable |
| Is the component selectable? More... | |
| int | angle |
| Rotation angle of the component in degrees. More... | |
| bool | mirror |
| Is the component mirrored around the Y axis? More... | |
| struct xorn_pointer | symbol |
| Reference to the used symbol. More... | |
| xornsch_component::angle |
Rotation angle of the component in degrees.
Can only be 0, 90, 180, or 270.
Definition at line 205 of file xornstorage.h.
| xornsch_component::mirror |
Is the component mirrored around the Y axis?
Definition at line 206 of file xornstorage.h.
| xornsch_component::pos |
Origin coordinates in mils.
Definition at line 203 of file xornstorage.h.
| xornsch_component::selectable |
Is the component selectable?
Definition at line 204 of file xornstorage.h.
| xornsch_component::symbol |
Reference to the used symbol.
How this field is used is up to the user of the library.
Definition at line 207 of file xornstorage.h.
1.8.8