Work on examples for the synthesize filterbank block. The cleans up the simple exampl...
[debian/gnuradio] / gr-qtgui / src / lib / TimeDomainDisplayPlot.h
index 9f0ecfa26de08e489dbbe1daa113978c72e24444..8d98abac6d422ee99881c665cfe76ae73f427a49 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef TIME_DOMAIN_DISPLAY_PLOT_HPP
 #define TIME_DOMAIN_DISPLAY_PLOT_HPP
 
+#include <cstdio>
 #include <qwt_plot.h>
 #include <qwt_painter.h>
 #include <qwt_plot_canvas.h>
@@ -27,6 +28,10 @@ public:
   virtual void replot();
 
   void set_yaxis(double min, double max);
+  void set_xaxis(double min, double max);
+
+public slots:
+  void resizeSlot( QSize *s );
 
 protected slots:
   void LegendEntryChecked(QwtPlotItem *plotItem, bool on);