diff options
author | Ben Reynwar <ben@reynwar.net> | 2013-05-10 05:45:12 -0700 |
---|---|---|
committer | Ben Reynwar <ben@reynwar.net> | 2013-05-10 05:45:12 -0700 |
commit | e4f0319eced22c112f7e6a4cc45bc2036d285332 (patch) | |
tree | 92baa4254f47fd0b62d1d3f69e3b1ddb96dd32d3 /gr-qtgui/include/qtgui/plot_waterfall.h | |
parent | 5fd6b62702369e45ef01a02e12bec1afc5b57200 (diff) | |
parent | 3e052d303874a07237c4e0c31eef3f7f7a192835 (diff) |
Merged in 'next' branch.
Diffstat (limited to 'gr-qtgui/include/qtgui/plot_waterfall.h')
-rw-r--r-- | gr-qtgui/include/qtgui/plot_waterfall.h | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/gr-qtgui/include/qtgui/plot_waterfall.h b/gr-qtgui/include/qtgui/plot_waterfall.h index 4c764fd764..ed8edbbd0c 100644 --- a/gr-qtgui/include/qtgui/plot_waterfall.h +++ b/gr-qtgui/include/qtgui/plot_waterfall.h @@ -35,15 +35,16 @@ class QwtColorMap; /*! - \brief A plot item, which displays a waterfall spectrogram - - A waterfall displays threedimenional data, where the 3rd dimension - ( the intensity ) is displayed using colors. The colors are calculated - from the values using a color map. - - \sa QwtRasterData, QwtColorMap -*/ - + * \brief A plot item, which displays a waterfall spectrogram + * \ingroup qtgui_blk + * + * \details + * A waterfall displays threedimenional data, where the 3rd dimension + * (the intensity) is displayed using colors. The colors are calculated + * from the values using a color map. + * + * \sa QwtRasterData, QwtColorMap + */ class PlotWaterfall: public QwtPlotRasterItem { public: |