Definition in file main.c.
Go to the source code of this file.
Variables | |
| gerbv_project_t * | mainProject |
| gerbv_screen_t | screen |
Global state 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_analyze_active_drill_activate(), callbacks_analyze_active_gerbers_activate(), callbacks_new_activate(), callbacks_open_layer_activate(), callbacks_open_project_activate(), callbacks_quit_activate(), generate_drill_analysis(), generate_gerber_analysis(), 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 158 of file main.c.
Referenced by callbacks_about_activate(), callbacks_get_selected_row_index(), callbacks_open_layer_activate(), callbacks_open_project_activate(), callbacks_update_statusbar(), render_calculate_zoom_from_outline(), and render_draw_measure_distance().
1.5.6