DisplayForm child for managing time raster plots.
More...
#include <gnuradio/qtgui/timerasterdisplayform.h>
|
void | customEvent (QEvent *e) |
|
void | setNumRows (double rows) |
|
void | setNumCols (double cols) |
|
void | setNumRows (QString rows) |
|
void | setNumCols (QString cols) |
|
void | setSampleRate (const double samprate) |
|
void | setSampleRate (const QString &rate) |
|
void | setIntensityRange (const double minIntensity, const double maxIntensity) |
|
void | setMaxIntensity (const QString &m) |
|
void | setMinIntensity (const QString &m) |
|
void | setColorMap (unsigned int which, const int newType, const QColor lowColor=QColor("white"), const QColor highColor=QColor("white")) |
|
void | setAlpha (unsigned int which, unsigned int alpha) |
|
void | autoScale (bool en=false) |
|
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 (unsigned int which, const QString &label) |
|
void | setLineColor (unsigned int which, const QString &color) |
|
void | setLineWidth (unsigned int which, unsigned int width) |
|
void | setLineStyle (unsigned int which, Qt::PenStyle style) |
|
void | setLineMarker (unsigned int which, QwtSymbol::Style style) |
|
void | setMarkerAlpha (unsigned int which, unsigned int alpha) |
|
QString | title () |
|
QString | lineLabel (unsigned int which) |
|
QString | lineColor (unsigned int which) |
|
int | lineWidth (unsigned int which) |
|
Qt::PenStyle | lineStyle (unsigned int which) |
|
QwtSymbol::Style | lineMarker (unsigned int which) |
|
int | markerAlpha (unsigned int which) |
|
virtual void | setSampleRate (const QString &rate) |
|
void | setStop (bool on) |
|
void | setStop () |
|
void | setGrid (bool on) |
|
void | setAxisLabels (bool en) |
|
void | saveFigure () |
|
void | disableLegend () |
|
DisplayForm child for managing time raster plots.
◆ TimeRasterDisplayForm()
TimeRasterDisplayForm::TimeRasterDisplayForm |
( |
int |
nplots = 1 , |
|
|
double |
samp_rate = 1 , |
|
|
double |
rows = 1 , |
|
|
double |
cols = 1 , |
|
|
double |
zmax = 1 , |
|
|
QWidget * |
parent = 0 |
|
) |
| |
◆ ~TimeRasterDisplayForm()
TimeRasterDisplayForm::~TimeRasterDisplayForm |
( |
| ) |
|
◆ autoScale
void TimeRasterDisplayForm::autoScale |
( |
bool |
en = false | ) |
|
|
slot |
◆ customEvent
void TimeRasterDisplayForm::customEvent |
( |
QEvent * |
e | ) |
|
|
slot |
◆ getAlpha()
int TimeRasterDisplayForm::getAlpha |
( |
unsigned int |
which | ) |
|
◆ getColorMap()
int TimeRasterDisplayForm::getColorMap |
( |
unsigned int |
which | ) |
|
◆ getMaxIntensity()
double TimeRasterDisplayForm::getMaxIntensity |
( |
unsigned int |
which | ) |
|
◆ getMinIntensity()
double TimeRasterDisplayForm::getMinIntensity |
( |
unsigned int |
which | ) |
|
◆ getPlot()
◆ numCols()
double TimeRasterDisplayForm::numCols |
( |
| ) |
|
◆ numRows()
double TimeRasterDisplayForm::numRows |
( |
| ) |
|
◆ setAlpha
void TimeRasterDisplayForm::setAlpha |
( |
unsigned int |
which, |
|
|
unsigned int |
alpha |
|
) |
| |
|
slot |
◆ setColorMap
void TimeRasterDisplayForm::setColorMap |
( |
unsigned int |
which, |
|
|
const int |
newType, |
|
|
const QColor |
lowColor = QColor("white") , |
|
|
const QColor |
highColor = QColor("white") |
|
) |
| |
|
slot |
◆ setIntensityRange
void TimeRasterDisplayForm::setIntensityRange |
( |
const double |
minIntensity, |
|
|
const double |
maxIntensity |
|
) |
| |
|
slot |
◆ setMaxIntensity
void TimeRasterDisplayForm::setMaxIntensity |
( |
const QString & |
m | ) |
|
|
slot |
◆ setMinIntensity
void TimeRasterDisplayForm::setMinIntensity |
( |
const QString & |
m | ) |
|
|
slot |
◆ setNumCols [1/2]
void TimeRasterDisplayForm::setNumCols |
( |
double |
cols | ) |
|
|
slot |
◆ setNumCols [2/2]
void TimeRasterDisplayForm::setNumCols |
( |
QString |
cols | ) |
|
|
slot |
◆ setNumRows [1/2]
void TimeRasterDisplayForm::setNumRows |
( |
double |
rows | ) |
|
|
slot |
◆ setNumRows [2/2]
void TimeRasterDisplayForm::setNumRows |
( |
QString |
rows | ) |
|
|
slot |
◆ setSampleRate [1/2]
void TimeRasterDisplayForm::setSampleRate |
( |
const double |
samprate | ) |
|
|
slot |
◆ setSampleRate [2/2]
void TimeRasterDisplayForm::setSampleRate |
( |
const QString & |
rate | ) |
|
|
slot |
The documentation for this class was generated from the following file: