]> git.gag.com Git - debian/gnuradio/blobdiff - gr-qtgui/src/lib/ConstellationDisplayPlot.h
Cleaning up Qt code. This mostly reformats the code to be more consistent with our...
[debian/gnuradio] / gr-qtgui / src / lib / ConstellationDisplayPlot.h
index 612cd2b3933c4d463e7ca282a950115a04abd83d..1b73e7cc611e462d6ca4523cd09da5ddf5b1bb0c 100644 (file)
 #include <highResTimeFunctions.h>
 #include <qwt_symbol.h>
 
-class ConstellationDisplayPlot:public QwtPlot{
+class ConstellationDisplayPlot : public QwtPlot
+{
   Q_OBJECT
 
 public:
   ConstellationDisplayPlot(QWidget*);
   virtual ~ConstellationDisplayPlot();
 
-  void PlotNewData(const double* realDataPoints, const double* imagDataPoints, 
+  void PlotNewData(const double* realDataPoints, 
+                  const double* imagDataPoints, 
                   const int64_t numDataPoints);
     
   virtual void replot();
@@ -31,6 +33,9 @@ public:
   void set_axis(double xmin, double xmax,
                double ymin, double ymax);
 
+public slots:
+  void resizeSlot( QSize *s );
+
 protected slots:
   void LegendEntryChecked(QwtPlotItem *plotItem, bool on);