 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
10 #ifndef EYE_DISPLAYS_FORM_H
11 #define EYE_DISPLAYS_FORM_H
15 #include <QtGui/QtGui>
18 #include <qwt_plot_grid.h>
19 #include <qwt_plot_layout.h>
78 virtual void newData(
const QEvent*) = 0;
79 virtual void autoScale(
bool) = 0;
80 void updateGuiTimer();
82 virtual void onPlotPointSelected(
const QPointF p);
#define QTGUI_API
Definition: gr-qtgui/include/gnuradio/qtgui/api.h:18
QWidget base plot to build QTGUI plotting tools.
Definition: DisplayPlot.h:42