#include <PlotCurve.h>
Public Member Functions | |
QwtDoubleRect | boundingRect () const |
PlotCurve (const QString &name=QString()) | |
void | setType (int t) |
void | setXOffset (double dx) |
void | setYOffset (double dy) |
int | type () |
double | xOffset () |
double | yOffset () |
Protected Attributes | |
int | d_type |
double | d_x_offset |
double | d_y_offset |
PlotCurve::PlotCurve | ( | const QString & | name = QString() |
) | [inline] |
QwtDoubleRect PlotCurve::boundingRect | ( | ) | const |
Reimplemented in BoxCurve, QwtBarCurve, QwtErrorPlotCurve, QwtHistogram, and VectorCurve.
void PlotCurve::setType | ( | int | t | ) | [inline] |
void PlotCurve::setXOffset | ( | double | dx | ) | [inline] |
void PlotCurve::setYOffset | ( | double | dy | ) | [inline] |
int PlotCurve::type | ( | ) | [inline] |
double PlotCurve::xOffset | ( | ) | [inline] |
double PlotCurve::yOffset | ( | ) | [inline] |
int PlotCurve::d_type [protected] |
double PlotCurve::d_x_offset [protected] |
double PlotCurve::d_y_offset [protected] |