DisplayForm child for managing number sink plots.
More...
#include <gnuradio/qtgui/numberdisplayform.h>
|
void | mousePressEvent (QMouseEvent *e) |
|
void | customEvent (QEvent *e) |
|
void | setStop (bool on) |
|
void | setStop () |
|
void | setGraphType (const gr::qtgui::graph_t type) |
|
void | setColor (int which, const QColor &min, const QColor &max) |
|
void | setColorMin (int which, QString min) |
|
void | setColorMax (int which, QString max) |
|
void | setLabel (int which, const std::string &label) |
|
void | setLabel (int which, QString label) |
|
void | setAverage (const float avg) |
|
void | setUpdateTime (const float time) |
|
void | setUpdateTime (QString time) |
|
void | saveFigure () |
|
void | setScale (int which, int min, int max) |
|
void | setScaleMin (int which, int min) |
|
void | setScaleMax (int which, int max) |
|
void | autoScale (bool on) |
|
DisplayForm child for managing number sink plots.
NumberDisplayForm::~NumberDisplayForm |
( |
| ) |
|
void NumberDisplayForm::autoScale |
( |
bool |
on | ) |
|
|
slot |
float NumberDisplayForm::average |
( |
| ) |
const |
QColor NumberDisplayForm::colorMax |
( |
int |
which | ) |
const |
QColor NumberDisplayForm::colorMin |
( |
int |
which | ) |
const |
void NumberDisplayForm::customEvent |
( |
QEvent * |
e | ) |
|
|
slot |
std::string NumberDisplayForm::label |
( |
int |
which | ) |
const |
void NumberDisplayForm::mousePressEvent |
( |
QMouseEvent * |
e | ) |
|
|
slot |
void NumberDisplayForm::saveFigure |
( |
| ) |
|
|
slot |
int NumberDisplayForm::scaleMax |
( |
int |
which | ) |
|
int NumberDisplayForm::scaleMin |
( |
int |
which | ) |
|
void NumberDisplayForm::setAverage |
( |
const float |
avg | ) |
|
|
slot |
void NumberDisplayForm::setColor |
( |
int |
which, |
|
|
const QColor & |
min, |
|
|
const QColor & |
max |
|
) |
| |
|
slot |
void NumberDisplayForm::setColorMax |
( |
int |
which, |
|
|
QString |
max |
|
) |
| |
|
slot |
void NumberDisplayForm::setColorMin |
( |
int |
which, |
|
|
QString |
min |
|
) |
| |
|
slot |
void NumberDisplayForm::setLabel |
( |
int |
which, |
|
|
const std::string & |
label |
|
) |
| |
|
slot |
void NumberDisplayForm::setLabel |
( |
int |
which, |
|
|
QString |
label |
|
) |
| |
|
slot |
void NumberDisplayForm::setScale |
( |
int |
which, |
|
|
int |
min, |
|
|
int |
max |
|
) |
| |
|
slot |
void NumberDisplayForm::setScaleMax |
( |
int |
which, |
|
|
int |
max |
|
) |
| |
|
slot |
void NumberDisplayForm::setScaleMin |
( |
int |
which, |
|
|
int |
min |
|
) |
| |
|
slot |
void NumberDisplayForm::setStop |
( |
bool |
on | ) |
|
|
slot |
void NumberDisplayForm::setStop |
( |
| ) |
|
|
slot |
void NumberDisplayForm::setUpdateTime |
( |
const float |
time | ) |
|
|
slot |
void NumberDisplayForm::setUpdateTime |
( |
QString |
time | ) |
|
|
slot |
float NumberDisplayForm::updateTime |
( |
| ) |
const |
The documentation for this class was generated from the following file: