Xorn
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Attributes | List of all members
xornsch_component Struct Reference

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

Detailed Description

Schematic component.

Valid in schematic files only.

Definition at line 202 of file xornstorage.h.

Member Data Documentation

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.


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