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 | setColorMap (int which, const int newType, const QColor lowColor=QColor("white"), const QColor highColor=QColor("white")) |
|
void | setAlpha (int which, 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 (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 () |
|
DisplayForm child for managing time raster plots.
TimeRasterDisplayForm::TimeRasterDisplayForm |
( |
int |
nplots = 1 , |
|
|
double |
samp_rate = 1 , |
|
|
double |
rows = 1 , |
|
|
double |
cols = 1 , |
|
|
double |
zmax = 1 , |
|
|
QWidget * |
parent = 0 |
|
) |
| |
TimeRasterDisplayForm::~TimeRasterDisplayForm |
( |
| ) |
|
void TimeRasterDisplayForm::customEvent |
( |
QEvent * |
e | ) |
|
|
slot |
int TimeRasterDisplayForm::getAlpha |
( |
int |
which | ) |
|
int TimeRasterDisplayForm::getColorMap |
( |
int |
which | ) |
|
double TimeRasterDisplayForm::getMaxIntensity |
( |
int |
which | ) |
|
double TimeRasterDisplayForm::getMinIntensity |
( |
int |
which | ) |
|
double TimeRasterDisplayForm::numCols |
( |
| ) |
|
double TimeRasterDisplayForm::numRows |
( |
| ) |
|
void TimeRasterDisplayForm::setAlpha |
( |
int |
which, |
|
|
int |
alpha |
|
) |
| |
|
slot |
void TimeRasterDisplayForm::setColorMap |
( |
int |
which, |
|
|
const int |
newType, |
|
|
const QColor |
lowColor = QColor("white") , |
|
|
const QColor |
highColor = QColor("white") |
|
) |
| |
|
slot |
void TimeRasterDisplayForm::setIntensityRange |
( |
const double |
minIntensity, |
|
|
const double |
maxIntensity |
|
) |
| |
|
slot |
void TimeRasterDisplayForm::setNumCols |
( |
double |
cols | ) |
|
|
slot |
void TimeRasterDisplayForm::setNumCols |
( |
QString |
cols | ) |
|
|
slot |
void TimeRasterDisplayForm::setNumRows |
( |
double |
rows | ) |
|
|
slot |
void TimeRasterDisplayForm::setNumRows |
( |
QString |
rows | ) |
|
|
slot |
void TimeRasterDisplayForm::setSampleRate |
( |
const double |
samprate | ) |
|
|
slot |
void TimeRasterDisplayForm::setSampleRate |
( |
const QString & |
rate | ) |
|
|
slot |
The documentation for this class was generated from the following file: