diff options
author | Tom Rondeau | 2010-09-13 14:49:00 -0400 |
---|---|---|
committer | Tom Rondeau | 2010-10-05 22:06:18 -0400 |
commit | 0be1b700a2ca7886c92a9a913d5ae00e3d17fa9e (patch) | |
tree | ce9336c63ec2e446529ecb46b8d0a248c404603a /gr-qtgui/src/lib/spectrumdisplayform.h | |
parent | a0c01f9f9ca5743189ce5c84ee3f2b1cea819335 (diff) | |
download | gnuradio-0be1b700a2ca7886c92a9a913d5ae00e3d17fa9e.tar.gz gnuradio-0be1b700a2ca7886c92a9a913d5ae00e3d17fa9e.tar.bz2 gnuradio-0be1b700a2ca7886c92a9a913d5ae00e3d17fa9e.zip |
Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and the plotting is not that stable even when it does work. This does not change the API.
Diffstat (limited to 'gr-qtgui/src/lib/spectrumdisplayform.h')
-rw-r--r-- | gr-qtgui/src/lib/spectrumdisplayform.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gr-qtgui/src/lib/spectrumdisplayform.h b/gr-qtgui/src/lib/spectrumdisplayform.h index bf2af7033..803102007 100644 --- a/gr-qtgui/src/lib/spectrumdisplayform.h +++ b/gr-qtgui/src/lib/spectrumdisplayform.h @@ -9,7 +9,6 @@ class SpectrumGUIClass; #include <SpectrumGUIClass.h> #include <FrequencyDisplayPlot.h> #include <WaterfallDisplayPlot.h> -#include <Waterfall3DDisplayPlot.h> #include <TimeDomainDisplayPlot.h> #include <ConstellationDisplayPlot.h> #include <QValidator> @@ -54,15 +53,10 @@ public slots: void waterfallMinimumIntensityChangedCB(double); void WaterfallIntensityColorTypeChanged(int); void WaterfallAutoScaleBtnCB(); - void waterfall3DMaximumIntensityChangedCB(double); - void waterfall3DMinimumIntensityChangedCB(double); - void Waterfall3DIntensityColorTypeChanged(int); - void Waterfall3DAutoScaleBtnCB(); void FFTComboBoxSelectedCB(const QString&); void ToggleTabFrequency(const bool state); void ToggleTabWaterfall(const bool state); - void ToggleTabWaterfall3D(const bool state); void ToggleTabTime(const bool state); void ToggleTabConstellation(const bool state); @@ -92,7 +86,6 @@ private: QIntValidator* _intValidator; FrequencyDisplayPlot* _frequencyDisplayPlot; WaterfallDisplayPlot* _waterfallDisplayPlot; - Waterfall3DDisplayPlot* _waterfall3DDisplayPlot; TimeDomainDisplayPlot* _timeDomainDisplayPlot; ConstellationDisplayPlot* _constellationDisplayPlot; SpectrumGUIClass* _system; |