 |
GNU Radio Manual and C++ API Reference
3.8.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef TIMERASTER_DISPLAY_PLOT_H
24 #define TIMERASTER_DISPLAY_PLOT_H
30 #include <qwt_plot_rasteritem.h>
35 #if QWT_VERSION < 0x060000
38 #include <qwt_compat.h>
56 int nplots,
double samp_rate,
double rows,
double cols, QWidget*);
63 void setAlpha(
unsigned int which,
int alpha);
74 const std::string& strunits);
76 void plotNewData(
const std::vector<double*> dataPoints,
const uint64_t numDataPoints);
78 void plotNewData(
const double* dataPoints,
const uint64_t numDataPoints);
102 void _updateIntensityRangeDisplay();
104 std::vector<TimeRasterData*> d_data;
105 std::vector<PlotTimeRaster*> d_raster;
108 double d_rows, d_cols;
110 std::vector<int> d_color_map_type;
111 QColor d_low_intensity;
112 QColor d_high_intensity;
114 int d_color_bar_title_font_size;
QWidget for time raster (time vs. time) plots.
Definition: TimeRasterDisplayPlot.h:45
double getMaxIntensity(unsigned int which) const
const QColor getUserDefinedHighIntensityColor() const
double getMinIntensity(unsigned int which) const
void setNumRows(double rows)
int getAlpha(unsigned int which)
void setNumCols(double cols)
int getIntensityColorMapType(unsigned int) const
virtual ~TimeRasterDisplayPlot()
const QColor getUserDefinedLowIntensityColor() const
void setPlotDimensions(const double rows, const double cols, const double units, const std::string &strunits)
QWidget base plot to build QTGUI plotting tools.
Definition: DisplayPlot.h:61
TimeRasterDisplayPlot(int nplots, double samp_rate, double rows, double cols, QWidget *)
int getColorMapTitleFontSize() const
void updatedLowerIntensityLevel(const double)
void setSampleRate(double samprate)
void plotNewData(const std::vector< double * > dataPoints, const uint64_t numDataPoints)
void setIntensityColorMapType(const unsigned int, const int, const QColor, const QColor)
void setIntensityRange(const double minIntensity, const double maxIntensity)
void setIntensityColorMapType1(int)
int intensity_color_map_type1
Definition: TimeRasterDisplayPlot.h:50
int color_map_title_font_size
Definition: TimeRasterDisplayPlot.h:52
void setColorMapTitleFontSize(int tfs)
int getIntensityColorMapType1() const
void setAlpha(unsigned int which, int alpha)
void updatedUpperIntensityLevel(const double)