Bringing out set axis function to the qtgui sinks for user-settable axis ranges.
[debian/gnuradio] / gr-qtgui / src / lib / SpectrumGUIClass.h
index fafae0c6cdc79c1ab8d6294162deb6620cfa0a5f..8c48475c978cea30cf1ae4c4c60858dfd4ed0bce 100644 (file)
@@ -70,6 +70,10 @@ public:
 
   QWidget* qwidget();
 
+  void SetTimeDomainAxis(double min, double max);
+  void SetConstellationAxis(double xmin, double xmax,
+                           double ymin, double ymax);
+
 protected:
 
 private: