PLplot
5.10.0
|
Go to the source code of this file.
Functions | |
guint32 | plcolor_to_rgba (PLColor color, guchar alpha) |
void | plD_open_gcw (PLStream *pls) |
void | plD_init_gcw (PLStream *) |
void | plD_line_gcw (PLStream *, short, short, short, short) |
void | plD_polyline_gcw (PLStream *, short *, short *, PLINT) |
void | plD_eop_gcw (PLStream *) |
void | plD_bop_gcw (PLStream *) |
void | plD_tidy_gcw (PLStream *) |
void | plD_state_gcw (PLStream *, PLINT) |
void | plD_esc_gcw (PLStream *, PLINT, void *) |
void | plD_dispatch_init_gcw (PLDispatchTable *pdt) |
static void | fill_polygon (PLStream *pls) |
Variables | |
PLDLLIMPEXP_DRIVER const char * | plD_DEVICE_INFO_gcw = "gcw:Gnome Canvas Widget:1:gcw:10:gcw\n" |
static PLINT | text = 0 |
static PLINT | hrshsym = 0 |
static PLINT | replot = 1 |
static DrvOpt | gcw_options [] |
static void fill_polygon | ( | PLStream * | pls | ) | [static] |
guint32 plcolor_to_rgba | ( | PLColor | color, |
guchar | alpha | ||
) |
void plD_bop_gcw | ( | PLStream * | pls | ) |
void plD_dispatch_init_gcw | ( | PLDispatchTable * | pdt | ) |
void plD_eop_gcw | ( | PLStream * | pls | ) |
void plD_init_gcw | ( | PLStream * | pls | ) |
void plD_line_gcw | ( | PLStream * | pls, |
short | x1, | ||
short | y1, | ||
short | x2, | ||
short | y2 | ||
) |
void plD_open_gcw | ( | PLStream * | pls | ) |
void plD_polyline_gcw | ( | PLStream * | pls, |
short * | x, | ||
short * | y, | ||
PLINT | npts | ||
) |
void plD_tidy_gcw | ( | PLStream * | pls | ) |
DrvOpt gcw_options[] [static] |
PLDLLIMPEXP_DRIVER const char* plD_DEVICE_INFO_gcw = "gcw:Gnome Canvas Widget:1:gcw:10:gcw\n" |