pcb 4.1.1
An interactive printed circuit board layout editor.
|
#include <hid.h>
Data Fields | |
char * | name |
char * | help_text |
enum hids | type |
int | min_val |
int | max_val |
HID_Attr_Val | default_val |
const char ** | enumerations |
void * | value |
int | hash |
Also actual value for global attributes.
Definition at line 248 of file hid.h.
Referenced by bom_get_export_options(), config_color_defaults_cb(), derive_default_filename(), gcode_do_export(), gcode_get_export_options(), ghid_attribute_dialog(), ghid_config_init(), gsvit_do_export(), hid_parse_command_line(), hid_save_settings(), hid_set_attribute(), InitPaths(), lesstif_attribute_dialog(), lesstif_parse_arguments(), lpr_get_export_options(), nelma_do_export(), parse_optionv(), print_defaults_1(), ps_calibrate_1(), ps_do_export(), and REGISTER_ATTRIBUTES().
const char** HID_Attribute::enumerations |
Definition at line 249 of file hid.h.
Referenced by hid_parse_command_line(), hid_save_settings(), hid_set_attribute(), lesstif_attribute_dialog(), parse_optionv(), print_defaults_1(), and usage_attr().
For detecting changes.
Definition at line 259 of file hid.h.
Referenced by attr_hash(), hid_load_settings(), and hid_save_settings().
char* HID_Attribute::help_text |
If the help_text is this, usage() won't show this option
Definition at line 244 of file hid.h.
Referenced by usage_attr().
char* HID_Attribute::name |
Definition at line 241 of file hid.h.
Referenced by config_color_button_create(), config_colors_read(), config_colors_write(), ghid_config_init(), ghid_set_special_colors(), hid_parse_command_line(), hid_save_settings(), hid_set_attribute(), lesstif_parse_arguments(), parse_optionv(), print_defaults_1(), and usage_attr().
enum hids HID_Attribute::type |
Definition at line 245 of file hid.h.
Referenced by ghid_config_init(), hid_parse_command_line(), hid_save_settings(), hid_set_attribute(), lesstif_parse_arguments(), parse_optionv(), print_defaults_1(), and usage_attr().
void* HID_Attribute::value |
If set, this is used for global attributes (i.e. those set statically with REGISTER_ATTRIBUTES below) instead of changing the default_val.
Definition at line 251 of file hid.h.
Referenced by config_color_button_create(), config_color_defaults_cb(), config_color_set_cb(), config_colors_read(), config_colors_write(), ghid_config_init(), ghid_set_special_colors(), hid_parse_command_line(), hid_save_settings(), lesstif_parse_arguments(), parse_optionv(), and print_defaults().