diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-02-03 15:15:18 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-02-03 15:15:18 -0500 |
commit | 3ef555e44ec43d4f3c5b611b84beed3f1660596a (patch) | |
tree | 0061f5fe33906021339eb5ba5eb12cd2471549a7 /gr-qtgui/lib/plot_raster.cc | |
parent | 515393b2adf5d6b62f64a0bddd71e29b1eb6b59b (diff) |
qtgui: fixed intensity bar for time raster plots.
Diffstat (limited to 'gr-qtgui/lib/plot_raster.cc')
-rw-r--r-- | gr-qtgui/lib/plot_raster.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-qtgui/lib/plot_raster.cc b/gr-qtgui/lib/plot_raster.cc index 20a2b7e56c..bccff88f10 100644 --- a/gr-qtgui/lib/plot_raster.cc +++ b/gr-qtgui/lib/plot_raster.cc @@ -312,6 +312,12 @@ QImage PlotTimeRaster::renderImage(const QwtScaleMap &xMap, return image; } +QwtInterval +PlotTimeRaster::interval(Qt::Axis ax) const +{ + return d_data->data->interval(ax); +} + /*! \brief Draw the raster |