 |
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 VECTOR_DISPLAY_FORM_H
24 #define VECTOR_DISPLAY_FORM_H
28 #include <QtGui/QtGui>
66 void setXaxis(
double start,
double step);
75 void newData(
const QEvent* updateEvent);
76 void onPlotPointSelected(
const QPointF p);
79 uint64_t d_num_real_data_points;
80 QIntValidator* d_int_validator;
88 double d_clicked_x_level;
91 QAction *d_clearmin_act, *d_clearmax_act;
float min(float a, float b)
QWidget for displaying 1D-vector plots.
Definition: VectorDisplayPlot.h:35