23 #ifndef TIMERASTER_DISPLAY_FORM_H
24 #define TIMERASTER_DISPLAY_FORM_H
28 #include <QtGui/QtGui>
74 const double maxIntensity);
80 const QColor lowColor=QColor(
"white"),
81 const QColor highColor=QColor(
"white"));
88 void newData(
const QEvent *updateEvent);
91 double d_min_val, d_cur_min_val;
92 double d_max_val, d_cur_max_val;
QWidget for time raster (time vs. time) plots.
Definition: TimeRasterDisplayPlot.h:45