gerbv
2.6A
|
Go to the source code of this file.
Variables | |
gerbv_project_t * | mainProject |
gerbv_screen_t | screen |
The main code for the Gerber Viewer GUI application and command line processing.
Definition in file main.c.
gerbv_project_t* mainProject |
Global state variable to keep track of what's happening on the screen.
Declared extern in gerbv_screen.h
Definition at line 156 of file main.c.
Referenced by callbacks_analyze_active_drill_activate(), callbacks_analyze_active_gerbers_activate(), callbacks_new_activate(), callbacks_open_layer_activate(), callbacks_open_project_activate(), callbacks_quit_activate(), callbacks_toggle_layer_visibility_activate(), generate_drill_analysis(), generate_gerber_analysis(), merge_images(), and read_project_file().
gerbv_screen_t screen |
Global variable to keep track of what's happening on the screen.
Declared extern in gerbv_screen.h
Definition at line 157 of file main.c.
Referenced by callbacks_about_activate(), callbacks_get_selected_row_index(), callbacks_open_layer_activate(), callbacks_open_project_activate(), callbacks_toggle_layer_visibility_activate(), callbacks_update_statusbar(), render_calculate_zoom_from_outline(), render_draw_measure_distance(), and render_toggle_measure_line().