52 transformPoint(
const QwtPlot* plot,
const QPointF& point, QwtAxisId fromX, QwtAxisId fromY, QwtAxisId toX, QwtAxisId toY);
56 transformPath(
const QwtPlot* plot,
const QPainterPath& path, QwtAxisId fromX, QwtAxisId fromY, QwtAxisId toX, QwtAxisId toY);
61 static QPointF toPlotPoint(
const QwtPlot* plot,
62 const QPointF& screenPos,
67 static QPointF toScreenPoint(
const QwtPlot* plot,
68 const QPointF& plotPoint,
85 static QRectF totalDataRange(
const QwtPlot* plot,
bool onlyVisible =
true);