KiCad PCB EDA Suite
Loading...
Searching...
No Matches
AUTOTRAX::TEXT Struct Reference

Free or component string (FS / CS). More...

#include <autotrax_model.h>

Public Attributes

double x = 0
 
double y = 0
 
double height = 0
 
int direction = 0
 0..3, multiplied by 90 degrees
 
double width = 0
 
int layer = 0
 
wxString text
 

Detailed Description

Free or component string (FS / CS).

Definition at line 124 of file autotrax_model.h.

Member Data Documentation

◆ direction

int AUTOTRAX::TEXT::direction = 0

0..3, multiplied by 90 degrees

Definition at line 129 of file autotrax_model.h.

Referenced by PCB_IO_AUTOTRAX::emitText(), and AUTOTRAX_PARSER::parseText().

◆ height

double AUTOTRAX::TEXT::height = 0

Definition at line 128 of file autotrax_model.h.

Referenced by PCB_IO_AUTOTRAX::emitText(), and AUTOTRAX_PARSER::parseText().

◆ layer

int AUTOTRAX::TEXT::layer = 0

Definition at line 131 of file autotrax_model.h.

Referenced by PCB_IO_AUTOTRAX::emitText(), and AUTOTRAX_PARSER::parseText().

◆ text

wxString AUTOTRAX::TEXT::text

Definition at line 132 of file autotrax_model.h.

Referenced by PCB_IO_AUTOTRAX::emitText(), and AUTOTRAX_PARSER::parseText().

◆ width

double AUTOTRAX::TEXT::width = 0

Definition at line 130 of file autotrax_model.h.

Referenced by PCB_IO_AUTOTRAX::emitText(), and AUTOTRAX_PARSER::parseText().

◆ x

double AUTOTRAX::TEXT::x = 0

Definition at line 126 of file autotrax_model.h.

Referenced by PCB_IO_AUTOTRAX::emitText(), and AUTOTRAX_PARSER::parseText().

◆ y

double AUTOTRAX::TEXT::y = 0

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