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

Public Slots | |
| void | setAutoScale (bool state) |
| void | setSemilogx (bool en) |
| void | setSemilogy (bool en) |
| void | setAccumulate (bool en) |
| void | setMarkerAlpha (int which, int alpha) |
| int | getMarkerAlpha (int which) const |
| void | setLineColor (int which, QColor color) |
| void | setNumBins (int bins) |
Public Member Functions | |
| HistogramDisplayPlot (int nplots, QWidget *) | |
| virtual | ~HistogramDisplayPlot () |
| void | plotNewData (const std::vector< double * > dataPoints, const int64_t numDataPoints, const double timeInterval) |
| void | replot () |
QWidget for displaying time domain plots.
| HistogramDisplayPlot::HistogramDisplayPlot | ( | int | nplots, |
| QWidget * | |||
| ) |
| virtual HistogramDisplayPlot::~HistogramDisplayPlot | ( | ) | [virtual] |
| int HistogramDisplayPlot::getMarkerAlpha | ( | int | which | ) | const [virtual, slot] |
Reimplemented from DisplayPlot.
| void HistogramDisplayPlot::plotNewData | ( | const std::vector< double * > | dataPoints, |
| const int64_t | numDataPoints, | ||
| const double | timeInterval | ||
| ) |
| void HistogramDisplayPlot::replot | ( | ) | [virtual] |
Implements DisplayPlot.
| void HistogramDisplayPlot::setAccumulate | ( | bool | en | ) | [slot] |
| void HistogramDisplayPlot::setAutoScale | ( | bool | state | ) | [slot] |
| void HistogramDisplayPlot::setLineColor | ( | int | which, |
| QColor | color | ||
| ) | [virtual, slot] |
Reimplemented from DisplayPlot.
| void HistogramDisplayPlot::setMarkerAlpha | ( | int | which, |
| int | alpha | ||
| ) | [virtual, slot] |
Reimplemented from DisplayPlot.
| void HistogramDisplayPlot::setNumBins | ( | int | bins | ) | [slot] |
| void HistogramDisplayPlot::setSemilogx | ( | bool | en | ) | [slot] |
| void HistogramDisplayPlot::setSemilogy | ( | bool | en | ) | [slot] |