Adding function to be able to set the size of the points in the constellation plot.
[debian/gnuradio] / gr-qtgui / src / lib / ConstellationDisplayPlot.h
index 1b73e7cc611e462d6ca4523cd09da5ddf5b1bb0c..99ae566e0a8eca90a3ff210064b6a22dc86343bb 100644 (file)
@@ -32,6 +32,7 @@ public:
   void set_yaxis(double min, double max);
   void set_axis(double xmin, double xmax,
                double ymin, double ymax);
+  void set_pen_size(int size);
 
 public slots:
   void resizeSlot( QSize *s );
@@ -53,6 +54,7 @@ private:
   timespec _lastReplot;
 
   int64_t _numPoints;
+  int64_t _penSize;
 
   double _displayIntervalTime;
 };