gpkplotting.h File Reference

#include <gtk/gtk.h>

Include dependency graph for gpkplotting.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

GtkWidget * gpk_plot_new (int width, int height)
void gpk_graph_draw (GtkWidget *widget, int n, gdouble *xcord, gdouble *ycord, gdouble xmn, gdouble ymn, gdouble xmx, gdouble ymx, int clear, char *title, GdkColor *color)
void gpk_rectangle_draw (GtkWidget *widget, gdouble xcord[2], gdouble ycord[2], gdouble xmn, gdouble ymn, gdouble xmx, gdouble ymx, GdkColor *color)
void gpk_bargraph_draw (GtkWidget *widget, int n, gdouble *xcord, gdouble *ycord, gdouble xmn, gdouble ymn, gdouble xmx, gdouble ymx, int clear, char *title, int bwidth, GdkColor *color)
void setcolor (GtkWidget *widget, GdkColor *color, int red, int green, int blue)


Function Documentation

void gpk_bargraph_draw ( GtkWidget *  widget,
int  n,
gdouble *  xcord,
gdouble *  ycord,
gdouble  xmn,
gdouble  ymn,
gdouble  xmx,
gdouble  ymx,
int  clear,
char *  title,
int  bwidth,
GdkColor *  color 
)

Definition at line 186 of file gpkplotting.c.

References findpixmap(), gpk_redraw(), i, and TRUE.

Here is the call graph for this function:

void gpk_graph_draw ( GtkWidget *  widget,
int  n,
gdouble *  xcord,
gdouble *  ycord,
gdouble  xmn,
gdouble  ymn,
gdouble  xmx,
gdouble  ymx,
int  clear,
char *  title,
GdkColor *  color 
)

Definition at line 94 of file gpkplotting.c.

References findpixmap(), gpk_redraw(), i, and TRUE.

Here is the call graph for this function:

GtkWidget* gpk_plot_new ( int  width,
int  height 
)

Definition at line 310 of file gpkplotting.c.

References configure_event(), expose_event(), max_plotwindows, num_plotwindows, pixmapboxes, and pixmaps.

Referenced by gtkcontrol().

Here is the call graph for this function:

void gpk_rectangle_draw ( GtkWidget *  widget,
gdouble  xcord[2],
gdouble  ycord[2],
gdouble  xmn,
gdouble  ymn,
gdouble  xmx,
gdouble  ymx,
GdkColor *  color 
)

void setcolor ( GtkWidget *  widget,
GdkColor *  color,
int  red,
int  green,
int  blue 
)


Generated on Sun Dec 2 11:34:44 2007 for LAME by  doxygen 1.5.2