11#ifndef WATERFALL_DISPLAY_FORM_H 
   12#define WATERFALL_DISPLAY_FORM_H 
   68    void setAlpha(
unsigned int which, 
unsigned int alpha);
 
   72                     const QColor lowColor = QColor(
"white"),
 
   73                     const QColor highColor = QColor(
"white"));
 
   81    void newData(
const QEvent* updateEvent) 
override;
 
   82    void onPlotPointSelected(
const QPointF p) 
override;
 
   85    QIntValidator* d_int_validator;
 
   87    double d_samp_rate, d_center_freq;
 
   89    double d_time_per_fft;
 
   95    double d_clicked_freq;
 
   97    double d_min_val, d_cur_min_val;
 
   98    double d_max_val, d_cur_max_val;
 
 
QWidget for displaying waterfall (spectrogram) plots.
Definition WaterfallDisplayPlot.h:29
win_type
Definition window.h:28