Passing new function definition to SWIG for access in Python.
[debian/gnuradio] / gr-qtgui / src / lib / qtgui.i
index ae7d8a6a45825155878b5507612a62c3bae099bb..0c2e7a5424a16b7bd7d6262dcddcb76f683a7248 100644 (file)
@@ -35,6 +35,7 @@ GR_SWIG_BLOCK_MAGIC(qtgui,sink_c)
                                       bool plotfreq=true, bool plotwaterfall=true,
                                       bool plotwaterfall3d=true, bool plottime=true,
                                       bool plotconst=true,
+                                      bool use_openGL=true,
                                       QWidget *parent=NULL);
 
 class qtgui_sink_c : public gr_block
@@ -46,6 +47,7 @@ private:
                                              bool plotfreq, bool plotwaterfall,
                                              bool plotwaterfall3d, bool plottime,
                                              bool plotconst,
+                                             bool use_openGL,
                                              QWidget *parent);
   qtgui_sink_c (int fftsize, int wintype,
                float fmin, float fmax,
@@ -53,6 +55,7 @@ private:
                bool plotfreq, bool plotwaterfall,
                bool plotwaterfall3d, bool plottime,
                bool plotconst,
+               bool use_openGL,
                QWidget *parent);
 
 public: