Public Member Functions | Protected Attributes | List of all members
snPlotReal Class Reference

#include <snPlot.h>

Inheritance diagram for snPlotReal:
snPlotQwt snPlot

Public Member Functions

 snPlotReal (std::string ptitle, snPlot::YAxisType py_axis_type, snCurveReal *pc)
 
virtual ~snPlotReal ()
 
QWidget * getWidget ()
 
void replot ()
 
void addCurve (snCurveReal *pc)
 
- Public Member Functions inherited from snPlotQwt
 snPlotQwt (std::string ptitle, YAxisType py_axis_type)
 
virtual ~snPlotQwt ()
 
void setYAxis (double ymin, double ymax)
 
void setXAxis (double xmin, double xmax)
 
void setXAxisLabel (QString l)
 
void setYAxisLabel (QString l)
 
void enableGrid ()
 
- Public Member Functions inherited from snPlot
 snPlot (std::string ptitle, YAxisType py_axis_type)
 
virtual ~snPlot ()
 

Protected Attributes

std::vector< snCurveReal * > curves
 
- Protected Attributes inherited from snPlotQwt
QwtPlot * plot
 
- Protected Attributes inherited from snPlot
std::string title
 
YAxisType y_axis_type
 

Additional Inherited Members

- Public Types inherited from snPlot
enum  YAxisType { Linear, Log20, Log10 }
 

Constructor & Destructor Documentation

snPlotReal::snPlotReal ( std::string  ptitle,
snPlot::YAxisType  py_axis_type,
snCurveReal pc 
)
snPlotReal::~snPlotReal ( )
virtual

Member Function Documentation

void snPlotReal::addCurve ( snCurveReal pc)
QWidget * snPlotReal::getWidget ( )
virtual

Reimplemented from snPlot.

void snPlotReal::replot ( )
virtual

Reimplemented from snPlot.

Member Data Documentation

std::vector<snCurveReal *> snPlotReal::curves
protected

The documentation for this class was generated from the following files: