Public Member Functions | |
QwtPlotAbstractSeriesItem (const QString &title=QString::null) | |
QwtPlotAbstractSeriesItem (const QwtText &title) | |
virtual | ~QwtPlotAbstractSeriesItem () |
void | setOrientation (Qt::Orientation) |
Qt::Orientation | orientation () const |
virtual void | draw (QPainter *p, const QwtScaleMap &xMap, const QwtScaleMap &yMap, const QRectF &) const |
virtual void | drawSeries (QPainter *, const QwtScaleMap &xMap, const QwtScaleMap &yMap, const QRectF &, int from, int to) const =0 |
QwtPlotAbstractSeriesItem::QwtPlotAbstractSeriesItem | ( | const QString & | title = QString::null |
) | [explicit] |
Constructor
title | Title of the curve |
QwtPlotAbstractSeriesItem::QwtPlotAbstractSeriesItem | ( | const QwtText & | title | ) | [explicit] |
Constructor
title | Title of the curve |
QwtPlotAbstractSeriesItem::~QwtPlotAbstractSeriesItem | ( | ) | [virtual] |
Destructor.
void QwtPlotAbstractSeriesItem::draw | ( | QPainter * | painter, | |
const QwtScaleMap & | xMap, | |||
const QwtScaleMap & | yMap, | |||
const QRectF & | canvasRect | |||
) | const [virtual] |
Draw the complete series.
painter | Painter | |
xMap | Maps x-values into pixel coordinates. | |
yMap | Maps y-values into pixel coordinates. |
Implements QwtPlotItem.