 |
GNU Radio Manual and C++ API Reference
3.8.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef HISTOGRAM_DISPLAY_PLOT_H
24 #define HISTOGRAM_DISPLAY_PLOT_H
43 void plotNewData(
const std::vector<double*> dataPoints,
44 const uint64_t numDataPoints,
45 const double timeInterval);
67 void _resetXAxisPoints(
double left,
double right);
68 void _autoScaleY(
double bottom,
double top);
71 std::vector<double*> d_ydata;
75 double d_xmin, d_xmax, d_left, d_right;
80 bool d_autoscalex_state;
virtual ~HistogramDisplayPlot()
QWidget for displaying time domain plots.
Definition: HistogramDisplayPlot.h:35
float min(float a, float b)
void setAutoScale(bool state)
void setMarkerAlpha(unsigned int which, int alpha)
bool getAccumulate() const
int getMarkerAlpha(unsigned int which) const
QWidget base plot to build QTGUI plotting tools.
Definition: DisplayPlot.h:61
void plotNewData(const std::vector< double * > dataPoints, const uint64_t numDataPoints, const double timeInterval)
void setSemilogx(bool en)
void setNumBins(unsigned int bins)
void setLineColor(unsigned int which, QColor color)
void setSemilogy(bool en)
void setXaxis(double min, double max)
HistogramDisplayPlot(unsigned int nplots, QWidget *)
void setAccumulate(bool en)