summaryrefslogtreecommitdiff
path: root/gr-qtgui/include/qtgui/plot_raster.h
diff options
context:
space:
mode:
authorBen Reynwar <ben@reynwar.net>2013-05-10 05:45:12 -0700
committerBen Reynwar <ben@reynwar.net>2013-05-10 05:45:12 -0700
commite4f0319eced22c112f7e6a4cc45bc2036d285332 (patch)
tree92baa4254f47fd0b62d1d3f69e3b1ddb96dd32d3 /gr-qtgui/include/qtgui/plot_raster.h
parent5fd6b62702369e45ef01a02e12bec1afc5b57200 (diff)
parent3e052d303874a07237c4e0c31eef3f7f7a192835 (diff)
Merged in 'next' branch.
Diffstat (limited to 'gr-qtgui/include/qtgui/plot_raster.h')
-rw-r--r--gr-qtgui/include/qtgui/plot_raster.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/gr-qtgui/include/qtgui/plot_raster.h b/gr-qtgui/include/qtgui/plot_raster.h
index 5692cc4ba8..2a5159e00e 100644
--- a/gr-qtgui/include/qtgui/plot_raster.h
+++ b/gr-qtgui/include/qtgui/plot_raster.h
@@ -35,15 +35,16 @@
class QwtColorMap;
/*!
- \brief A plot item, which displays a time raster.
-
- A time raster 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 time raster.
+ * \ingroup qtgui_blk
+ *
+ * \details
+ * A time raster 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 PlotTimeRaster: public QwtPlotRasterItem
{
public: