Go to the documentation of this file.
44 const QString& endCol1,
const QString& endCol2,
int startRow,
int endRow);
53 void draw(QPainter *painter,
const QwtScaleMap &xMap,
54 const QwtScaleMap &yMap,
int from,
int to)
const;
56 void drawVector(QPainter *painter,
const QwtScaleMap &xMap,
57 const QwtScaleMap &yMap,
int from,
int to)
const;
59 void drawArrowHead(QPainter *p,
int xs,
int ys,
int xe,
int ye)
const;
60 double theta(
int x0,
int y0,
int x1,
int y1)
const;
64 void setVectorEnd(
const QString& xColName,
const QString& yColName);
65 void setVectorEnd(
const QwtArray<double>&x,
const QwtArray<double>&y);
89 void updateColumnNames(
const QString& oldName,
const QString& newName,
bool updateTableName);