pcb 4.1.1
An interactive printed circuit board layout editor.
|
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 |
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 230 of file hid.h.
Referenced by ghid_config_init(), hid_parse_command_line(), hid_save_settings(), hid_set_attribute(), lesstif_attribute_dialog(), lesstif_parse_arguments(), parse_optionv(), print_defaults_1(), and ps_hid_export_to_file().
Definition at line 227 of file hid.h.
Referenced by bom_do_export(), bom_get_export_options(), eps_hid_export_to_file(), gcode_do_export(), gcode_get_export_options(), gerber_do_export(), ghid_attribute_dialog(), ghid_config_init(), gsvit_do_export(), hid_parse_command_line(), hid_save_settings(), hid_set_attribute(), lesstif_attribute_dialog(), lesstif_parse_arguments(), nelma_do_export(), parse_optionv(), png_do_export(), png_hid_export_to_file(), print_defaults_1(), ps_do_export(), ps_hid_export_to_file(), and REGISTER_ATTRIBUTES().
double HID_Attr_Val::real_value |
Definition at line 229 of file hid.h.
Referenced by gcode_do_export(), ghid_attribute_dialog(), ghid_config_init(), hid_parse_command_line(), hid_save_settings(), hid_set_attribute(), lesstif_parse_arguments(), nelma_do_export(), parse_optionv(), print_defaults_1(), ps_calibrate_1(), and ps_hid_export_to_file().
const char* HID_Attr_Val::str_value |
Definition at line 228 of file hid.h.
Referenced by bom_do_export(), config_color_defaults_cb(), derive_default_filename(), eps_do_export(), gcode_do_export(), gerber_do_export(), ghid_attribute_dialog(), ghid_config_init(), gsvit_do_export(), hid_parse_command_line(), hid_save_settings(), hid_set_attribute(), InitPaths(), IPCD356_do_export(), lesstif_attribute_dialog(), lesstif_parse_arguments(), lpr_do_export(), lpr_get_export_options(), nelma_do_export(), parse_optionv(), png_do_export(), print_defaults_1(), ps_calibrate_1(), and ps_do_export().