|
gerbv
|
#include <gerbv.h>
Data Fields | |
| gerbv_image_t * | image |
| GdkColor | color |
| guint16 | alpha |
| gboolean | isVisible |
| gpointer | privateRenderData |
| gchar * | fullPathname |
| gchar * | name |
| gerbv_user_transformation_t | transform |
| gboolean | layer_dirty |
Holds information related to an individual layer that is part of a project
| guint16 gerbv_fileinfo_t::alpha |
the transparency to render this layer with
Definition at line 738 of file gerbv.h.
Referenced by gerbv_open_layer_from_filename_with_color().
| GdkColor gerbv_fileinfo_t::color |
the color to render this layer with
Definition at line 737 of file gerbv.h.
Referenced by export_svg_render_project(), and gerbv_open_layer_from_filename_with_color().
| gchar* gerbv_fileinfo_t::fullPathname |
this full pathname to the file
Definition at line 741 of file gerbv.h.
Referenced by gerbv_destroy_fileinfo().
| gerbv_image_t* gerbv_fileinfo_t::image |
the image holding all the geometry of the layer
Definition at line 736 of file gerbv.h.
Referenced by generate_drill_analysis(), generate_gerber_analysis(), gerbv_destroy_fileinfo(), gerbv_get_fileinfo_for_image(), and gerbv_open_image().
| gboolean gerbv_fileinfo_t::isVisible |
TRUE if this layer should be rendered with the project
Definition at line 739 of file gerbv.h.
Referenced by export_svg_render_project(), generate_drill_analysis(), and generate_gerber_analysis().
| gboolean gerbv_fileinfo_t::layer_dirty |
True if layer has been modified since last save
Definition at line 744 of file gerbv.h.
Referenced by callbacks_quit_activate(), gerbv_open_layer_from_filename(), and gerbv_open_layer_from_filename_with_color().
| gchar* gerbv_fileinfo_t::name |
the name used when referring to this layer (e.g. in a layer selection menu)
Definition at line 742 of file gerbv.h.
Referenced by export_svg_render_project(), and gerbv_destroy_fileinfo().
| gpointer gerbv_fileinfo_t::privateRenderData |
private data holder for the rendering backend
Definition at line 740 of file gerbv.h.
Referenced by gerbv_destroy_fileinfo().
| gerbv_user_transformation_t gerbv_fileinfo_t::transform |
user-specified transformation for this layer (mirroring, translating, etc)
Definition at line 743 of file gerbv.h.
Referenced by gerbv_transform_coord_for_image().