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

Schematic line style. More...

#include <xornstorage.h>

Public Attributes

double width
 Line width in mils. More...
 
int cap_style
 Type of cap style. More...
 
int dash_style
 Type of dash style. More...
 
double dash_length
 Dash length in mils. More...
 
double dash_space
 Space between dashes in mils. More...
 

Detailed Description

Schematic line style.

This data structure describes the line style of the following objects:

Definition at line 160 of file xornstorage.h.

Member Data Documentation

xornsch_line_attr::cap_style

Type of cap style.

The cap style is an enumerated type:

END NONE = 0
END SQUARE = 1
END ROUND = 2

Definition at line 162 of file xornstorage.h.

xornsch_line_attr::dash_length

Dash length in mils.

The dash length parameter is not used for TYPE SOLID and TYPE DOTTED. This parameter should take on a value of -1 in these cases.

Definition at line 164 of file xornstorage.h.

xornsch_line_attr::dash_space

Space between dashes in mils.

The dash space parameter is not used for TYPE SOLID. This parameter should take on a value of -1 in these case.

Definition at line 165 of file xornstorage.h.

xornsch_line_attr::dash_style

Type of dash style.

The dash style is an enumerated type:

TYPE SOLID = 0
TYPE DOTTED = 1
TYPE DASHED = 2
TYPE CENTER = 3
TYPE PHANTOM = 4
linetype.svg

Definition at line 163 of file xornstorage.h.

xornsch_line_attr::width

Line width in mils.

Definition at line 161 of file xornstorage.h.


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