#include <gerbv.h>
example1.c, example3.c, and example6.c.
Definition at line 583 of file gerbv.h.
Data Fields | |
| GdkColor | background |
| int | max_files |
| gerbv_fileinfo_t ** | file |
| int | curr_index |
| int | last_loaded |
| int | renderType |
| gboolean | check_before_delete |
| gchar * | path |
| gchar * | execpath |
| gchar * | project |
| GdkColor gerbv_project_t::background |
the current number of fileinfos in the file array
Definition at line 585 of file gerbv.h.
Referenced by callbacks_analyze_active_drill_activate(), callbacks_analyze_active_gerbers_activate(), generate_drill_analysis(), generate_gerber_analysis(), gerbv_create_project(), and gerbv_destroy_project().
the array for holding the child fileinfos
Definition at line 586 of file gerbv.h.
Referenced by callbacks_analyze_active_drill_activate(), callbacks_analyze_active_gerbers_activate(), callbacks_quit_activate(), generate_drill_analysis(), generate_gerber_analysis(), gerbv_create_project(), gerbv_destroy_project(), gerbv_open_layer_from_filename(), and gerbv_open_layer_from_filename_with_color().
the number of fileinfos currently in the project
Definition at line 588 of file gerbv.h.
Referenced by callbacks_new_activate(), callbacks_open_project_activate(), callbacks_quit_activate(), gerbv_create_project(), gerbv_open_layer_from_filename(), and gerbv_open_layer_from_filename_with_color().
| gboolean gerbv_project_t::check_before_delete |
TRUE to ask before deleting objects
Definition at line 590 of file gerbv.h.
Referenced by gerbv_create_project().
| gchar* gerbv_project_t::path |
the default path to load new files from
Definition at line 591 of file gerbv.h.
Referenced by callbacks_open_layer_activate(), callbacks_open_project_activate(), and gerbv_create_project().
| gchar* gerbv_project_t::execpath |
the path to executed version of gerbv
Definition at line 592 of file gerbv.h.
Referenced by read_project_file().
| gchar* gerbv_project_t::project |
the default name for the private project file
Definition at line 593 of file gerbv.h.
Referenced by callbacks_new_activate().
1.5.6