#include <snPlot.h>
Public Types | |
enum | YAxisType { Linear, Log20, Log10 } |
Public Member Functions | |
snPlot (std::string ptitle, YAxisType py_axis_type) | |
virtual | ~snPlot () |
virtual QWidget * | getWidget () |
virtual void | replot () |
virtual void | setYAxis (double, double) |
Protected Attributes | |
std::string | title |
YAxisType | y_axis_type |
enum snPlot::YAxisType |
snPlot::snPlot | ( | std::string | ptitle, |
YAxisType | py_axis_type | ||
) |
|
virtual |
|
virtual |
Reimplemented in snPlotSurface, snPlotAngl, snPlotMagn, snPlotComplexRealImag, snPlotComplexImag, snPlotComplexReal, and snPlotReal.
|
virtual |
Reimplemented in snPlotSurface, snPlotAngl, snPlotMagn, snPlotComplexAngle, snPlotComplexMagn, snPlotComplexRealImag, snPlotComplexImag, snPlotComplexReal, and snPlotReal.
|
inlinevirtual |
Reimplemented in snPlotQwt.
|
protected |
|
protected |