pcb 4.1.1
An interactive printed circuit board layout editor.

HID_Attr_Val Struct Reference

Used for HID attributes (exporting and printing, mostly). More...

#include <hid.h>

Data Fields

int int_value
const char * str_value
double real_value
Coord coord_value

Detailed Description

Used for HID attributes (exporting and printing, mostly).

HA_boolean uses int_value, HA_enum sets int_value to the index and str_value to the enumeration string.

HID_Label just shows the default str_value.

HID_Mixed is a real_value followed by an enum, like 0.5in or 100mm.

Definition at line 225 of file hid.h.


Field Documentation


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