 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef DISPLAY_FORM_H
12 #define DISPLAY_FORM_H
16 #include <QtGui/QtGui>
19 #include <qwt_plot_grid.h>
20 #include <qwt_plot_layout.h>
79 virtual void newData(
const QEvent*) = 0;
80 virtual void autoScale(
bool) = 0;
81 void updateGuiTimer();
83 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