|
GNU Radio 3.7.1 C++ API
|
QWidget for displaying time domain plots. More...
#include <TimeDomainDisplayPlot.h>

Public Slots | |
| void | setSampleRate (double sr, double units, const std::string &strunits) |
| void | setAutoScale (bool state) |
| void | setSemilogx (bool en) |
| void | setSemilogy (bool en) |
Public Member Functions | |
| TimeDomainDisplayPlot (int nplots, QWidget *) | |
| virtual | ~TimeDomainDisplayPlot () |
| void | plotNewData (const std::vector< double * > dataPoints, const int64_t numDataPoints, const double timeInterval) |
| void | replot () |
| void | stemPlot (bool en) |
QWidget for displaying time domain plots.
| TimeDomainDisplayPlot::TimeDomainDisplayPlot | ( | int | nplots, |
| QWidget * | |||
| ) |
| virtual TimeDomainDisplayPlot::~TimeDomainDisplayPlot | ( | ) | [virtual] |
| void TimeDomainDisplayPlot::plotNewData | ( | const std::vector< double * > | dataPoints, |
| const int64_t | numDataPoints, | ||
| const double | timeInterval | ||
| ) |
| void TimeDomainDisplayPlot::replot | ( | ) | [virtual] |
Implements DisplayPlot.
| void TimeDomainDisplayPlot::setAutoScale | ( | bool | state | ) | [slot] |
| void TimeDomainDisplayPlot::setSampleRate | ( | double | sr, |
| double | units, | ||
| const std::string & | strunits | ||
| ) | [slot] |
| void TimeDomainDisplayPlot::setSemilogx | ( | bool | en | ) | [slot] |
| void TimeDomainDisplayPlot::setSemilogy | ( | bool | en | ) | [slot] |