PCB-FPW developer documentation based on version: 0.0.11

Data Fields

preview_line Struct Reference

Struct containing all data to draw a line on the preview canvas. More...

#include <preview_dialog.h>

Data Fields

GdkDrawable * drawable
GdkGC * gc
gint x1
gint y1
gint x2
gint y2

Detailed Description

Struct containing all data to draw a line on the preview canvas.

Definition at line 62 of file preview_dialog.h.


Field Documentation

GdkDrawable * preview_line::drawable

a GdkDrawable (a GdkWindow or a GdkPixmap).

Definition at line 65 of file preview_dialog.h.

Referenced by preview_draw_line().

Graphics Context

Definition at line 67 of file preview_dialog.h.

Referenced by preview_draw_line().

X-coordinate of start point of the line.

Definition at line 69 of file preview_dialog.h.

Referenced by preview_draw_line().

X-coordinate of the end point of the line.

Definition at line 73 of file preview_dialog.h.

Referenced by preview_draw_line().

Y-coordinate of start point of the line.

Definition at line 71 of file preview_dialog.h.

Referenced by preview_draw_line().

Y-coordinate of the end point of the line.

Definition at line 75 of file preview_dialog.h.

Referenced by preview_draw_line().


The documentation for this struct was generated from the following files: