 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef EYE_DISPLAYS_FORM_H
24 #define EYE_DISPLAYS_FORM_H
28 #include <QtGui/QtGui>
31 #include <qwt_plot_grid.h>
32 #include <qwt_plot_layout.h>
92 virtual void newData(
const QEvent*) = 0;
93 virtual void autoScale(
bool) = 0;
94 void updateGuiTimer();
96 virtual void onPlotPointSelected(
const QPointF p);
#define QTGUI_API
Definition: gr-qtgui/include/gnuradio/qtgui/api.h:30
QWidget base plot to build QTGUI plotting tools.
Definition: DisplayPlot.h:62