 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef VECTOR_DISPLAY_FORM_H
12 #define VECTOR_DISPLAY_FORM_H
16 #include <QtGui/QtGui>
54 void setXaxis(
double start,
double step);
63 void newData(
const QEvent* updateEvent)
override;
64 void onPlotPointSelected(
const QPointF p)
override;
67 uint64_t d_num_real_data_points;
68 QIntValidator* d_int_validator;
76 double d_clicked_x_level;
79 QAction *d_clearmin_act, *d_clearmax_act;
float min(float a, float b)
QWidget for displaying 1D-vector plots.
Definition: VectorDisplayPlot.h:23