10 #ifndef QWT_PLOT_PIECEWISE_CURVE_H
11 #define QWT_PLOT_PIECEWISE_CURVE_H
13 #include "qwt_plot_curve.h"
30 virtual QRectF boundingRect()
const;
32 virtual void drawSeries(QPainter *p,
33 const QwtScaleMap &xMap,
const QwtScaleMap &yMap,
const QRectF &canvasRect,
34 int from,
int to)
const;
37 static bool isNaN(
double x);
38 bool ignorePoint(
double x,
double y)
const;
39 double x(
int n)
const;
40 double y(
int n)
const;
A class which draws piecewise curves.