[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r11225 - gnuradio/trunk/gr-qtgui/src/lib
From: |
trondeau |
Subject: |
[Commit-gnuradio] r11225 - gnuradio/trunk/gr-qtgui/src/lib |
Date: |
Wed, 17 Jun 2009 17:06:34 -0600 (MDT) |
Author: trondeau
Date: 2009-06-17 17:06:34 -0600 (Wed, 17 Jun 2009)
New Revision: 11225
Modified:
gnuradio/trunk/gr-qtgui/src/lib/qtgui.i
Log:
Passing new function definition to SWIG for access in Python.
Modified: gnuradio/trunk/gr-qtgui/src/lib/qtgui.i
===================================================================
--- gnuradio/trunk/gr-qtgui/src/lib/qtgui.i 2009-06-17 22:48:03 UTC (rev
11224)
+++ gnuradio/trunk/gr-qtgui/src/lib/qtgui.i 2009-06-17 23:06:34 UTC (rev
11225)
@@ -35,6 +35,7 @@
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 @@
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 @@
bool plotfreq, bool plotwaterfall,
bool plotwaterfall3d, bool plottime,
bool plotconst,
+ bool use_openGL,
QWidget *parent);
public:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r11225 - gnuradio/trunk/gr-qtgui/src/lib,
trondeau <=