23 #ifndef TIMERASTER_DISPLAY_PLOT_H
24 #define TIMERASTER_DISPLAY_PLOT_H
29 #include <qwt_plot_rasteritem.h>
35 #if QWT_VERSION < 0x060000
38 #include <qwt_compat.h>
55 double rows,
double cols,
72 const double units,
const std::string &strunits);
74 void plotNewData(
const std::vector<double*> dataPoints,
75 const int64_t numDataPoints);
78 const int64_t numDataPoints);
81 const double maxIntensity);
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 base plot to build QTGUI plotting tools.
Definition: DisplayPlot.h:61
void plotNewData(const std::vector< double * > dataPoints, const int64_t numDataPoints)
QWidget for time raster (time vs. time) plots.
Definition: TimeRasterDisplayPlot.h:45
void setColorMapTitleFontSize(int tfs)
const QColor getUserDefinedLowIntensityColor() const
const QColor getUserDefinedHighIntensityColor() const
void updatedLowerIntensityLevel(const double)
void setSampleRate(double samprate)
int getIntensityColorMapType1() const
virtual ~TimeRasterDisplayPlot()
void setPlotDimensions(const double rows, const double cols, const double units, const std::string &strunits)
void setAlpha(int which, int alpha)
void setIntensityColorMapType(const int, const int, const QColor, const QColor)
void updatedUpperIntensityLevel(const double)
void setNumRows(double rows)
void setIntensityRange(const double minIntensity, const double maxIntensity)
int getColorMapTitleFontSize() const
TimeRasterDisplayPlot(int nplots, double samp_rate, double rows, double cols, QWidget *)
double getMaxIntensity(int which) const
int getIntensityColorMapType(int) const
double getMinIntensity(int which) const
void setNumCols(double cols)
void setIntensityColorMapType1(int)