DisplayForm child for managing waterfall (spectrogram) plots.
More...
#include <gnuradio/qtgui/waterfalldisplayform.h>
|
void | customEvent (QEvent *e) |
|
void | setTimeTitle (const std::string) |
|
void | setSampleRate (const QString &samprate) |
|
void | setFFTSize (const int) |
|
void | setFFTAverage (const float) |
|
void | setFFTWindowType (const gr::filter::firdes::win_type) |
|
void | setFrequencyRange (const double centerfreq, const double bandwidth) |
|
void | setIntensityRange (const double minIntensity, const double maxIntensity) |
|
void | setMaxIntensity (const QString &m) |
|
void | setMinIntensity (const QString &m) |
|
void | setAlpha (int which, int alpha) |
|
void | setColorMap (int which, const int newType, const QColor lowColor=QColor("white"), const QColor highColor=QColor("white")) |
|
void | autoScale (bool en=false) |
|
void | setPlotPosHalf (bool half) |
|
void | setTimePerFFT (double t) |
|
void | setUpdateTime (double t) |
|
void | resizeEvent (QResizeEvent *e) |
|
void | mousePressEvent (QMouseEvent *e) |
|
virtual void | customEvent (QEvent *e)=0 |
|
void | closeEvent (QCloseEvent *e) |
|
void | setUpdateTime (double t) |
|
void | setTitle (const QString &title) |
|
void | setLineLabel (int which, const QString &label) |
|
void | setLineColor (int which, const QString &color) |
|
void | setLineWidth (int which, int width) |
|
void | setLineStyle (int which, Qt::PenStyle style) |
|
void | setLineMarker (int which, QwtSymbol::Style style) |
|
void | setMarkerAlpha (int which, int alpha) |
|
QString | title () |
|
QString | lineLabel (int which) |
|
QString | lineColor (int which) |
|
int | lineWidth (int which) |
|
Qt::PenStyle | lineStyle (int which) |
|
QwtSymbol::Style | lineMarker (int which) |
|
int | markerAlpha (int which) |
|
virtual void | setSampleRate (const QString &rate) |
|
void | setStop (bool on) |
|
void | setStop () |
|
void | setGrid (bool on) |
|
void | saveFigure () |
|
void | disableLegend () |
|
DisplayForm child for managing waterfall (spectrogram) plots.
WaterfallDisplayForm::WaterfallDisplayForm |
( |
int |
nplots = 1 , |
|
|
QWidget * |
parent = 0 |
|
) |
| |
WaterfallDisplayForm::~WaterfallDisplayForm |
( |
| ) |
|
void WaterfallDisplayForm::autoScale |
( |
bool |
en = false | ) |
|
|
slot |
bool WaterfallDisplayForm::checkClicked |
( |
| ) |
|
void WaterfallDisplayForm::clearData |
( |
| ) |
|
void WaterfallDisplayForm::customEvent |
( |
QEvent * |
e | ) |
|
|
slot |
int WaterfallDisplayForm::getAlpha |
( |
int |
which | ) |
|
float WaterfallDisplayForm::getClickedFreq |
( |
| ) |
const |
int WaterfallDisplayForm::getColorMap |
( |
int |
which | ) |
|
float WaterfallDisplayForm::getFFTAverage |
( |
| ) |
const |
int WaterfallDisplayForm::getFFTSize |
( |
| ) |
const |
double WaterfallDisplayForm::getMaxIntensity |
( |
int |
which | ) |
|
double WaterfallDisplayForm::getMinIntensity |
( |
int |
which | ) |
|
double WaterfallDisplayForm::getTimePerFFT |
( |
| ) |
|
void WaterfallDisplayForm::setAlpha |
( |
int |
which, |
|
|
int |
alpha |
|
) |
| |
|
slot |
void WaterfallDisplayForm::setColorMap |
( |
int |
which, |
|
|
const int |
newType, |
|
|
const QColor |
lowColor = QColor("white") , |
|
|
const QColor |
highColor = QColor("white") |
|
) |
| |
|
slot |
void WaterfallDisplayForm::setFFTAverage |
( |
const float |
| ) |
|
|
slot |
void WaterfallDisplayForm::setFFTSize |
( |
const int |
| ) |
|
|
slot |
void WaterfallDisplayForm::setFrequencyRange |
( |
const double |
centerfreq, |
|
|
const double |
bandwidth |
|
) |
| |
|
slot |
void WaterfallDisplayForm::setIntensityRange |
( |
const double |
minIntensity, |
|
|
const double |
maxIntensity |
|
) |
| |
|
slot |
void WaterfallDisplayForm::setMaxIntensity |
( |
const QString & |
m | ) |
|
|
slot |
void WaterfallDisplayForm::setMinIntensity |
( |
const QString & |
m | ) |
|
|
slot |
void WaterfallDisplayForm::setPlotPosHalf |
( |
bool |
half | ) |
|
|
slot |
void WaterfallDisplayForm::setSampleRate |
( |
const QString & |
samprate | ) |
|
|
slot |
void WaterfallDisplayForm::setTimePerFFT |
( |
double |
t | ) |
|
|
slot |
void WaterfallDisplayForm::setTimeTitle |
( |
const std::string |
| ) |
|
|
slot |
void WaterfallDisplayForm::setUpdateTime |
( |
double |
t | ) |
|
|
slot |
The documentation for this class was generated from the following file: