Go to the documentation of this file.
55 int width(){
return pen().width ();};
58 QColor
color(){
return pen().color();};
89 virtual void draw(QPainter *painter,
const QwtScaleMap &xMap,
90 const QwtScaleMap &yMap,
int from,
int to)
const;
92 void drawErrorBars(QPainter *painter,
const QwtScaleMap &xMap,
93 const QwtScaleMap &yMap,
int from,
int to)
const;