GNU Radio 3.7.2 C++ API
|
QWidget for time raster (time vs. time) plots. More...
#include <gnuradio/qtgui/TimeRasterDisplayPlot.h>
Signals | |
void | updatedLowerIntensityLevel (const double) |
void | updatedUpperIntensityLevel (const double) |
![]() | |
void | plotPointSelected (const QPointF p) |
Public Member Functions | |
TimeRasterDisplayPlot (int nplots, double samp_rate, double rows, double cols, QWidget *) | |
virtual | ~TimeRasterDisplayPlot () |
void | reset () |
void | setNumRows (double rows) |
void | setNumCols (double cols) |
void | setAlpha (int which, int alpha) |
void | setSampleRate (double samprate) |
double | numRows () const |
double | numCols () const |
int | getAlpha (int which) |
void | setPlotDimensions (const double rows, const double cols, const double units, const std::string &strunits) |
void | plotNewData (const std::vector< double * > dataPoints, const int64_t numDataPoints) |
void | plotNewData (const double *dataPoints, const int64_t numDataPoints) |
void | setIntensityRange (const double minIntensity, const double maxIntensity) |
void | replot (void) |
int | getIntensityColorMapType (int) const |
void | setIntensityColorMapType (const int, const int, const QColor, const QColor) |
const QColor | getUserDefinedLowIntensityColor () const |
const QColor | getUserDefinedHighIntensityColor () const |
double | getMinIntensity (int which) const |
double | getMaxIntensity (int which) const |
![]() | |
DisplayPlot (int nplots, QWidget *) | |
virtual | ~DisplayPlot () |
const QColor | getLineColor1 () const |
const QColor | getLineColor2 () const |
const QColor | getLineColor3 () const |
const QColor | getLineColor4 () const |
const QColor | getLineColor5 () const |
const QColor | getLineColor6 () const |
const QColor | getLineColor7 () const |
const QColor | getLineColor8 () const |
const QColor | getLineColor9 () const |
int | getLineWidth1 () const |
int | getLineWidth2 () const |
int | getLineWidth3 () const |
int | getLineWidth4 () const |
int | getLineWidth5 () const |
int | getLineWidth6 () const |
int | getLineWidth7 () const |
int | getLineWidth8 () const |
int | getLineWidth9 () const |
const Qt::PenStyle | getLineStyle1 () const |
const Qt::PenStyle | getLineStyle2 () const |
const Qt::PenStyle | getLineStyle3 () const |
const Qt::PenStyle | getLineStyle4 () const |
const Qt::PenStyle | getLineStyle5 () const |
const Qt::PenStyle | getLineStyle6 () const |
const Qt::PenStyle | getLineStyle7 () const |
const Qt::PenStyle | getLineStyle8 () const |
const Qt::PenStyle | getLineStyle9 () const |
const QwtSymbol::Style | getLineMarker1 () const |
const QwtSymbol::Style | getLineMarker2 () const |
const QwtSymbol::Style | getLineMarker3 () const |
const QwtSymbol::Style | getLineMarker4 () const |
const QwtSymbol::Style | getLineMarker5 () const |
const QwtSymbol::Style | getLineMarker6 () const |
const QwtSymbol::Style | getLineMarker7 () const |
const QwtSymbol::Style | getLineMarker8 () const |
const QwtSymbol::Style | getLineMarker9 () const |
int | getMarkerAlpha1 () const |
int | getMarkerAlpha2 () const |
int | getMarkerAlpha3 () const |
int | getMarkerAlpha4 () const |
int | getMarkerAlpha5 () const |
int | getMarkerAlpha6 () const |
int | getMarkerAlpha7 () const |
int | getMarkerAlpha8 () const |
int | getMarkerAlpha9 () const |
QColor | getZoomerColor () const |
QColor | getPaletteColor () const |
int | getAxisLabelFontSize (int axisId) const |
int | getYaxisLabelFontSize () const |
int | getXaxisLabelFontSize () const |
int | getAxesLabelFontSize () const |
QWidget for time raster (time vs. time) plots.
TimeRasterDisplayPlot::TimeRasterDisplayPlot | ( | int | nplots, |
double | samp_rate, | ||
double | rows, | ||
double | cols, | ||
QWidget * | |||
) |
|
virtual |
int TimeRasterDisplayPlot::getAlpha | ( | int | which | ) |
int TimeRasterDisplayPlot::getIntensityColorMapType | ( | int | ) | const |
double TimeRasterDisplayPlot::getMaxIntensity | ( | int | which | ) | const |
double TimeRasterDisplayPlot::getMinIntensity | ( | int | which | ) | const |
const QColor TimeRasterDisplayPlot::getUserDefinedHighIntensityColor | ( | ) | const |
const QColor TimeRasterDisplayPlot::getUserDefinedLowIntensityColor | ( | ) | const |
double TimeRasterDisplayPlot::numCols | ( | ) | const |
double TimeRasterDisplayPlot::numRows | ( | ) | const |
void TimeRasterDisplayPlot::plotNewData | ( | const std::vector< double * > | dataPoints, |
const int64_t | numDataPoints | ||
) |
Implements DisplayPlot.
void TimeRasterDisplayPlot::reset | ( | ) |
void TimeRasterDisplayPlot::setAlpha | ( | int | which, |
int | alpha | ||
) |
void TimeRasterDisplayPlot::setIntensityColorMapType | ( | const int | , |
const int | , | ||
const QColor | , | ||
const QColor | |||
) |
void TimeRasterDisplayPlot::setIntensityRange | ( | const double | minIntensity, |
const double | maxIntensity | ||
) |
void TimeRasterDisplayPlot::setNumCols | ( | double | cols | ) |
void TimeRasterDisplayPlot::setNumRows | ( | double | rows | ) |
void TimeRasterDisplayPlot::setPlotDimensions | ( | const double | rows, |
const double | cols, | ||
const double | units, | ||
const std::string & | strunits | ||
) |
void TimeRasterDisplayPlot::setSampleRate | ( | double | samprate | ) |
|
signal |
|
signal |