Adding function to be able to set the size of the points in the constellation plot.
[debian/gnuradio] / gr-qtgui / src / lib / qtgui_sink_f.h
index 027b89beae476e9cb4f2c33aa8f2587c0b864294..47c928d17ce55e0ab508b506ff26471c8c6bc8ee 100644 (file)
@@ -106,6 +106,7 @@ public:
   void set_time_domain_axis(double min, double max);
   void set_constellation_axis(double xmin, double xmax,
                              double ymin, double ymax);
+  void set_constellation_pen_size(int size);
   void set_frequency_axis(double min, double max);
 
   QApplication *d_qApplication;