QlightRead package | ESS final project 1.22-beta
|
#include <dataplot.h>
Public Member Functions | |
DataPlot (QWidget *=NULL) | |
CurveData::CurvePlot() Draws both graphs. | |
Public Attributes | |
QwtPlotCurve * | curve_c |
QwtPlotCurve * | curve_a |
Definition at line 70 of file dataplot.h.
DataPlot::DataPlot | ( | QWidget * | parent = NULL | ) |
CurveData::CurvePlot() Draws both graphs.
parent | - QWidget * |
none |
Definition at line 144 of file dataplot.cpp.
QwtPlotCurve* DataPlot::curve_a |
Definition at line 75 of file dataplot.h.
QwtPlotCurve* DataPlot::curve_c |
Definition at line 74 of file dataplot.h.