23 #ifndef TIMERASTER_DISPLAY_FORM_H 24 #define TIMERASTER_DISPLAY_FORM_H 29 #include <QtGui/QtGui> 79 const QColor lowColor = QColor(
"white"),
80 const QColor highColor = QColor(
"white"));
82 void setAlpha(
unsigned int which,
unsigned int alpha);
87 void newData(
const QEvent* updateEvent);
90 double d_min_val, d_cur_min_val;
91 double d_max_val, d_cur_max_val;
QWidget for time raster (time vs. time) plots.
Definition: TimeRasterDisplayPlot.h:45