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 |
Struct containing all data to draw an arc on the preview canvas.
Definition at line 34 of file preview_dialog.h.
gint preview_arc::angle1 |
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().
gint preview_arc::angle2 |
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().
gboolean preview_arc::filled |
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 |
gint preview_arc::height |
The height of the bounding rectangle.
Definition at line 49 of file preview_dialog.h.
Referenced by preview_draw_arc().
gint preview_arc::width |
The width of the bounding rectangle.
Definition at line 47 of file preview_dialog.h.
Referenced by preview_draw_arc().
gint preview_arc::x |
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().
gint preview_arc::y |
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().