pcb 4.1.1
An interactive printed circuit board layout editor.
|
Go to the source code of this file.
Functions | |
static void | set_flag_cb (GtkToggleButton *button, void *flag) |
static void | intspinner_changed_cb (GtkSpinButton *spin_button, gpointer data) |
static void | coordentry_changed_cb (GtkEntry *entry, Coord *res) |
static void | dblspinner_changed_cb (GtkSpinButton *spin_button, gpointer data) |
static void | entry_changed_cb (GtkEntry *entry, char **str) |
static void | enum_changed_cb (GtkWidget *combo_box, int *val) |
int | ghid_attribute_dialog (HID_Attribute *attrs, int n_attrs, HID_Attr_Val *results, const char *title, const char *descr) |
static void | exporter_clicked_cb (GtkButton *button, HID *exporter) |
void | ghid_dialog_print (HID *hid) |
void | ghid_dialog_export (void) |
Variables | |
static GtkWidget * | export_dialog = NULL |
static void coordentry_changed_cb | ( | GtkEntry * | entry, |
Coord * | res | ||
) | [static] |
Definition at line 62 of file gui-dialog-print.c.
References GetValue(), and s.
Referenced by ghid_attribute_dialog().
static void dblspinner_changed_cb | ( | GtkSpinButton * | spin_button, |
gpointer | data | ||
) | [static] |
Definition at line 69 of file gui-dialog-print.c.
Referenced by ghid_attribute_dialog().
static void entry_changed_cb | ( | GtkEntry * | entry, |
char ** | str | ||
) | [static] |
Definition at line 78 of file gui-dialog-print.c.
References s.
Referenced by ghid_attribute_dialog().
static void enum_changed_cb | ( | GtkWidget * | combo_box, |
int * | val | ||
) | [static] |
Definition at line 90 of file gui-dialog-print.c.
Referenced by ghid_attribute_dialog().
static void exporter_clicked_cb | ( | GtkButton * | button, |
HID * | exporter | ||
) | [static] |
Definition at line 357 of file gui-dialog-print.c.
References ghid_dialog_print().
Referenced by ghid_dialog_export().
int ghid_attribute_dialog | ( | HID_Attribute * | attrs, |
int | n_attrs, | ||
HID_Attr_Val * | results, | ||
const char * | title, | ||
const char * | descr | ||
) |
Definition at line 100 of file gui-dialog-print.c.
References _, __FUNCTION__, ATTR_UNDOCUMENTED, CE_SMALL, coordentry_changed_cb(), dblspinner_changed_cb(), HID_Attribute::default_val, entry_changed_cb(), enum_changed_cb(), FALSE, get_n_units(), get_unit_list(), ghid_category_vbox(), ghid_check_button_connected(), ghid_coord_entry_new(), ghid_port, ghid_spin_button(), SettingType::grid_unit, HID_Boolean, HID_Coord, HID_Enum, HID_Integer, HID_Label, HID_Mixed, HID_Path, HID_Real, HID_String, HID_Unit, HID_Attr_Val::int_value, intspinner_changed_cb(), HID_Attribute::max_val, HID_Attribute::min_val, n, HID_Attr_Val::real_value, set_flag_cb(), Settings, HID_Attr_Val::str_value, GHidPort::top_window, and TRUE.
Referenced by ghid_dialog_print(), and REGISTER_FLAGS().
void ghid_dialog_export | ( | void | ) |
Definition at line 408 of file gui-dialog-print.c.
References _, export_dialog, exporter, exporter_clicked_cb(), FALSE, ghid_port, gui, hid_enumerate(), hid_st::log, GHidPort::top_window, and TRUE.
Referenced by Export().
void ghid_dialog_print | ( | HID * | hid | ) |
Definition at line 363 of file gui-dialog-print.c.
References _, __FUNCTION__, hid_st::description, hid_st::do_export, export_dialog, exporter, hid_st::get_export_options, ghid_attribute_dialog(), malloc(), and n.
Referenced by exporter_clicked_cb(), and Print().
static void intspinner_changed_cb | ( | GtkSpinButton * | spin_button, |
gpointer | data | ||
) | [static] |
Definition at line 54 of file gui-dialog-print.c.
Referenced by ghid_attribute_dialog().
static void set_flag_cb | ( | GtkToggleButton * | button, |
void * | flag | ||
) | [static] |
Definition at line 47 of file gui-dialog-print.c.
Referenced by ghid_attribute_dialog().
GtkWidget* export_dialog = NULL [static] |
Definition at line 44 of file gui-dialog-print.c.
Referenced by ghid_dialog_export(), and ghid_dialog_print().