pcb 4.1.1
An interactive printed circuit board layout editor.
|
#include <pcb-printf.h>
Data Fields | |
int | index |
const char * | suffix |
const char * | in_suffix |
char | printf_code |
double | scale_factor |
enum e_family | family |
enum e_allow | allow |
int | default_prec |
double | step_tiny |
double | step_small |
double | step_medium |
double | step_large |
double | step_huge |
const char * | alias [1] |
Definition at line 121 of file pcb-printf.h.
const char* unit::alias[1] |
Definition at line 137 of file pcb-printf.h.
enum e_allow unit::allow |
Definition at line 128 of file pcb-printf.h.
Referenced by ActionDRCheck(), append_drc_violation(), CreateNewPin(), CreateNewVia(), cursor_pos_to_widget(), ghid_set_cursor_position_labels(), ghid_set_status_line_label(), ghid_violation_renderer_set_property(), idle_proc(), pcb_vprintf(), PrintBOM(), SetUnits(), sz_val2str(), and update_one_value().
Definition at line 129 of file pcb-printf.h.
Referenced by cursor_pos_to_widget(), ghid_coord_entry_change_unit(), ghid_coord_entry_new(), ghid_coord_entry_output_cb(), and mark_delta_to_widget().
enum e_family unit::family |
Definition at line 127 of file pcb-printf.h.
Referenced by coord_to_unit(), gcode_do_export(), real_load_pcb(), REGISTER_ATTRIBUTES(), SetUnits(), and unit_to_coord().
const char* unit::in_suffix |
internationalized suffix.
Definition at line 124 of file pcb-printf.h.
Referenced by ghid_config_handle_units_changed(), initialize_units(), lesstif_sizes_reset(), and make_cursor_position_labels().
int unit::index |
Index into Unit[] list.
Definition at line 122 of file pcb-printf.h.
Referenced by bom_get_export_options(), gcode_get_export_options(), hid_parse_command_line(), hid_set_attribute(), initialize_units(), and parse_optionv().
char unit::printf_code |
Definition at line 125 of file pcb-printf.h.
double unit::scale_factor |
Definition at line 126 of file pcb-printf.h.
Referenced by coord_to_unit(), and unit_to_coord().
double unit::step_huge |
Definition at line 135 of file pcb-printf.h.
Referenced by ghid_coord_entry_new().
double unit::step_large |
Definition at line 134 of file pcb-printf.h.
Referenced by ghid_coord_entry_change_unit(), and ghid_coord_entry_new().
double unit::step_medium |
Definition at line 133 of file pcb-printf.h.
Referenced by ghid_coord_entry_change_unit(), and ghid_coord_entry_new().
double unit::step_small |
Definition at line 132 of file pcb-printf.h.
Referenced by ghid_coord_entry_change_unit(), and ghid_coord_entry_new().
double unit::step_tiny |
Definition at line 131 of file pcb-printf.h.
Referenced by ghid_coord_entry_change_unit(), and ghid_coord_entry_new().
const char* unit::suffix |
Definition at line 123 of file pcb-printf.h.
Referenced by AdjustStyle(), CoordsToString(), ghid_coord_entry_change_unit(), ghid_coord_entry_new(), ghid_coord_entry_output_cb(), hid_parse_command_line(), hid_save_settings(), hid_set_attribute(), IPCD356_WriteHeader(), IPCD356_WriteNet(), lesstif_styles_update_values(), parse_optionv(), print_defaults_1(), PrintBOM(), real_load_pcb(), ReportAllNetLengths(), ReportDrills(), ReportNetLength(), ReportNetLengthByName(), style_value_cb(), sz_str2val(), and units_cb().