|
GNU Radio 3.7.1 C++ API
|
DisplayForm child for managing constellaton (I&Q) plots. More...
#include <constellationdisplayform.h>

Public Slots | |
| void | customEvent (QEvent *e) |
| void | setNPoints (const int) |
| void | setSampleRate (const QString &samprate) |
| void | setYaxis (double min, double max) |
| void | setXaxis (double min, double max) |
| void | autoScale (bool en) |
Public Member Functions | |
| ConstellationDisplayForm (int nplots=1, QWidget *parent=0) | |
| ~ConstellationDisplayForm () | |
| ConstellationDisplayPlot * | getPlot () |
| int | getNPoints () const |
DisplayForm child for managing constellaton (I&Q) plots.
| ConstellationDisplayForm::ConstellationDisplayForm | ( | int | nplots = 1, |
| QWidget * | parent = 0 |
||
| ) |
| void ConstellationDisplayForm::autoScale | ( | bool | en | ) | [virtual, slot] |
Implements DisplayForm.
| void ConstellationDisplayForm::customEvent | ( | QEvent * | e | ) | [virtual, slot] |
Implements DisplayForm.
| int ConstellationDisplayForm::getNPoints | ( | ) | const |
| ConstellationDisplayPlot* ConstellationDisplayForm::getPlot | ( | ) | [virtual] |
Implements DisplayForm.
| void ConstellationDisplayForm::setNPoints | ( | const int | ) | [slot] |
| void ConstellationDisplayForm::setSampleRate | ( | const QString & | samprate | ) | [virtual, slot] |
Reimplemented from DisplayForm.
| void ConstellationDisplayForm::setXaxis | ( | double | min, |
| double | max | ||
| ) | [slot] |
| void ConstellationDisplayForm::setYaxis | ( | double | min, |
| double | max | ||
| ) | [slot] |