Go to the documentation of this file.
70 QColor
color(){
return linePen().color();};
75 int width(){
return linePen().width();};
80 Qt::PenStyle
style(){
return linePen().style ();};
105 double dist(
int x,
int y);
129 void draw(QPainter *p,
const QwtScaleMap &xMap,
const QwtScaleMap &yMap,
const QRect &r)
const;
130 double theta(
int xs,
int ys,
int xe,
int ye)
const;