 |
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 DISPLAY_FORM_H
24 #define DISPLAY_FORM_H
28 #include <QtGui/QtGui>
31 #include <qwt_plot_grid.h>
32 #include <qwt_plot_layout.h>
93 virtual void newData(
const QEvent*) = 0;
94 virtual void autoScale(
bool) = 0;
95 void updateGuiTimer();
97 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