QXRD  0.11.16
qxrdplotvectorfieldcurve.h
Go to the documentation of this file.
1 #ifndef QXRDPLOTVECTORFIELDCURVE_H
2 #define QXRDPLOTVECTORFIELDCURVE_H
3 
4 #include "qwt_plot_seriesitem.h"
6 
8  public QwtPlotSeriesItem, QwtSeriesStore<QxrdPoint4D>
9 {
10 public:
12 
14 
15  void drawSeries(QPainter *painter,
16  const QwtScaleMap &xMap,
17  const QwtScaleMap &yMap,
18  const QRectF &canvasRect,
19  int from, int to) const;
20 
21  QRectF boundingRect() const;
22 
23  QRectF dataRect() const;
24 
25 private:
26  void init();
27 };
28 
29 #endif // QXRDPLOTVECTORFIELDCURVE_H
void setSamples(QxrdPlotVectorFieldData *data)
void drawSeries(QPainter *painter, const QwtScaleMap &xMap, const QwtScaleMap &yMap, const QRectF &canvasRect, int from, int to) const