Go to the documentation of this file.
34 #include <qwt_symbol.h>
96 void draw(QPainter *painter,
const QwtScaleMap &xMap,
97 const QwtScaleMap &yMap,
int from,
int to)
const;
98 void drawBox(QPainter *painter,
const QwtScaleMap &xMap,
99 const QwtScaleMap &yMap,
double *dat,
int size)
const;
100 void drawSymbols(QPainter *painter,
const QwtScaleMap &xMap,
101 const QwtScaleMap &yMap,
double *dat,
int size)
const;
104 QString
labelText(
int index,
double val);
140 virtual size_t size()
const{
return d_y.size();};
141 virtual double x(
size_t)
const{
return d_x;};
142 virtual double y(
size_t i)
const{
return d_y[int(i)];};
145 QwtArray<double>
d_y;