diff options
author | Tom Rondeau | 2011-10-16 16:32:41 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-10-16 16:32:41 -0400 |
commit | 4496fae2deea200755225c007a26f4c7be0470e9 (patch) | |
tree | 88a6c2e22e53180b07f48dd5d9fb33aa06217189 /gr-qtgui/lib/plot_waterfall.h | |
parent | 4ba2c75f9109b750f8c04b60a04f2100e33e9416 (diff) | |
download | gnuradio-4496fae2deea200755225c007a26f4c7be0470e9.tar.gz gnuradio-4496fae2deea200755225c007a26f4c7be0470e9.tar.bz2 gnuradio-4496fae2deea200755225c007a26f4c7be0470e9.zip |
qtgui: waterfall plot mostly working under qwt6 (plots, but updates to scale and color not working yet).
Diffstat (limited to 'gr-qtgui/lib/plot_waterfall.h')
-rw-r--r-- | gr-qtgui/lib/plot_waterfall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-qtgui/lib/plot_waterfall.h b/gr-qtgui/lib/plot_waterfall.h index ce24d88d8..120b5b4cf 100644 --- a/gr-qtgui/lib/plot_waterfall.h +++ b/gr-qtgui/lib/plot_waterfall.h @@ -32,6 +32,7 @@ public: const WaterfallData* data()const; void setColorMap(const QwtColorMap &); + const QwtColorMap &colorMap() const; #if QWT_VERSION < 0x060000 |