Adding function to be able to set the size of the points in the constellation plot.
[debian/gnuradio] / gr-qtgui / src / lib / SpectrumGUIClass.h
index 9a55271dfbe13dd7ef1460688aaf62b0f8f4205f..d8dcb27691ade1396a58319b0f75e0755332c0a4 100644 (file)
@@ -76,6 +76,7 @@ public:
   void SetTimeDomainAxis(double min, double max);
   void SetConstellationAxis(double xmin, double xmax,
                            double ymin, double ymax);
+  void SetConstellationPenSize(int size);
   void SetFrequencyAxis(double min, double max);
 
 protected: