Public Slots |
void | SLOT_set_scales (double, double) |
void | setscales () |
void | updateOn () |
void | updateOff () |
void | autoscaleOn () |
void | autoscaleOff () |
void | toggleAS () |
void | hgridOff () |
void | hgridOn () |
void | vgridOn () |
void | vgridOff () |
Public Methods |
| Plot (QWidget *parent=0, const char *name=0, char *devname=0, char *varname=0, int chan=1000,int m=FALSE) |
| ~Plot () |
void | plotPoint (int,int) |
void | plotPoint (int, double) |
void | plotPoint (int,int *,int) |
void | plotPoint (int, double *,int) |
void | plotPoint (int, vector< int > *,int) |
void | plotPoint (int, vector< double > *,int) |
void | setYAxis (int,int,int) |
void | setXAxis (int, int, int) |
void | setXText (char *) |
void | setYText (char *) |
void | totalScalingOn () |
void | totalScalingOff () |
void | setLinestyle (int) |
void | setTitle (char *) |
void | setColors (QColor, QColor, QColor) |
void | SetAllOptions (PlotSettings *) |
void | refresh (void) |
Protected Methods |
void | resizeEvent (QResizeEvent *) |
void | paintEvent (QPaintEvent *) |
void | mouseMoveEvent (QMouseEvent *) |
void | DrawPlot (QPainter *) |
void | DrawAxes (QPainter *) |