KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_IO::ATTRIBUTE Struct Reference

#include <pads_parser.h>

Public Attributes

bool visible = true
 
double x = 0.0
 
double y = 0.0
 
double orientation = 0.0
 
int level = 0
 
double height = 0.0
 
double width = 0.0
 
bool mirrored = false
 
std::string hjust
 
std::string vjust
 
bool right_reading = false
 
std::string font_info
 
std::string name
 

Detailed Description

Definition at line 148 of file pads_parser.h.

Member Data Documentation

◆ font_info

std::string PADS_IO::ATTRIBUTE::font_info

◆ height

double PADS_IO::ATTRIBUTE::height = 0.0

◆ hjust

std::string PADS_IO::ATTRIBUTE::hjust

◆ level

int PADS_IO::ATTRIBUTE::level = 0

◆ mirrored

bool PADS_IO::ATTRIBUTE::mirrored = false

◆ name

std::string PADS_IO::ATTRIBUTE::name

◆ orientation

double PADS_IO::ATTRIBUTE::orientation = 0.0

◆ right_reading

bool PADS_IO::ATTRIBUTE::right_reading = false

◆ visible

bool PADS_IO::ATTRIBUTE::visible = true

◆ vjust

std::string PADS_IO::ATTRIBUTE::vjust

◆ width

double PADS_IO::ATTRIBUTE::width = 0.0

◆ x

double PADS_IO::ATTRIBUTE::x = 0.0

◆ y

double PADS_IO::ATTRIBUTE::y = 0.0

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