PCB-FPW developer documentation based on version: 0.0.11

Data Fields

preview_arc Struct Reference

Struct containing all data to draw an arc on the preview canvas. More...

#include <preview_dialog.h>

Data Fields

GdkDrawable * drawable
GdkGC * gc
gboolean filled
gint x
gint y
gint width
gint height
gint angle1
gint angle2

Detailed Description

Struct containing all data to draw an arc on the preview canvas.

Definition at line 34 of file preview_dialog.h.


Field Documentation

The start angle of the arc, relative to the 3 o'clock position, counter-clockwise, in 1/64ths of a degree.

Definition at line 51 of file preview_dialog.h.

Referenced by preview_draw_arc().

The end angle of the arc, relative to angle1, in 1/64ths of a degree.

Definition at line 54 of file preview_dialog.h.

Referenced by preview_draw_arc().

GdkDrawable * preview_arc::drawable

a GdkDrawable (a GdkWindow or a GdkPixmap).

Definition at line 37 of file preview_dialog.h.

Referenced by preview_draw_arc().

TRUE if the arc should be filled, producing a 'pie slice'.

Definition at line 41 of file preview_dialog.h.

Referenced by preview_draw_arc().

GdkGC * preview_arc::gc

Graphics Context

Definition at line 39 of file preview_dialog.h.

Referenced by preview_draw_arc().

The height of the bounding rectangle.

Definition at line 49 of file preview_dialog.h.

Referenced by preview_draw_arc().

The width of the bounding rectangle.

Definition at line 47 of file preview_dialog.h.

Referenced by preview_draw_arc().

The x coordinate of the left edge of the bounding rectangle.

Definition at line 43 of file preview_dialog.h.

Referenced by preview_draw_arc().

The y coordinate of the top edge of the bounding rectangle.

Definition at line 45 of file preview_dialog.h.

Referenced by preview_draw_arc().


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