11#ifndef TIMERASTER_DISPLAY_FORM_H 
   12#define TIMERASTER_DISPLAY_FORM_H 
   72                     const QColor lowColor = QColor(
"white"),
 
   73                     const QColor highColor = QColor(
"white"));
 
   75    void setAlpha(
unsigned int which, 
unsigned int alpha);
 
   80    void newData(
const QEvent* updateEvent) 
override;
 
   83    double d_min_val, d_cur_min_val;
 
   84    double d_max_val, d_cur_max_val;
 
 
QWidget for time raster (time vs. time) plots.
Definition TimeRasterDisplayPlot.h:30