11 #ifndef PLOT_TIMERASTER_H
12 #define PLOT_TIMERASTER_H
16 #include <qwt_plot_rasteritem.h>
18 #if QWT_VERSION >= 0x060000
19 #include <qwt_compat.h>
20 #include <qwt_point_3d.h>
50 #if QWT_VERSION < 0x060000
53 virtual QwtDoubleInterval
interval(Qt::Axis ax)
const;
55 QwtInterval
interval(Qt::Axis ax)
const override;
61 #if QWT_VERSION < 0x060000
63 const QwtScaleMap& yMap,
64 const QwtDoubleRect& rect)
const;
67 const QwtScaleMap& yMap,
69 const QSize& size = QSize(0, 0))
const override;
A plot item, which displays a time raster.
Definition: plot_raster.h:37
void setData(TimeRasterData *data)
void setColorMap(const QwtColorMap *map)
QImage renderImage(const QwtScaleMap &xMap, const QwtScaleMap &yMap, const QwtDoubleRect &rect) const
PlotTimeRaster(const QString &title=QString())
virtual QwtDoubleInterval interval(Qt::Axis ax) const
const TimeRasterData * data() const
virtual QSize rasterHint(const QwtDoubleRect &) const
~PlotTimeRaster() override
const QwtColorMap & colorMap() const
virtual QwtDoubleRect boundingRect() const
int rtti() const override
Definition: timeRasterGlobalData.h:23
PMT_API pmt_t map(pmt_t proc(const pmt_t &), pmt_t list)
Apply proc element-wise to the elements of list and returns a list of the results,...