diff options
author | trondeau <trondeau@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-06-17 23:06:34 +0000 |
---|---|---|
committer | trondeau <trondeau@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-06-17 23:06:34 +0000 |
commit | db1f124e014622f77d003b1b5c9564d7e4c283c1 (patch) | |
tree | dc880cda7b55004275ee41b203786b3a9b3e074a | |
parent | 4ae36c7b4cee668a68a6f149c874e01fa2484f1c (diff) |
Passing new function definition to SWIG for access in Python.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11225 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r-- | gr-qtgui/src/lib/qtgui.i | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-qtgui/src/lib/qtgui.i b/gr-qtgui/src/lib/qtgui.i index ae7d8a6a45..0c2e7a5424 100644 --- a/gr-qtgui/src/lib/qtgui.i +++ b/gr-qtgui/src/lib/qtgui.i @@ -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: |