Go to the documentation of this file.
22 #ifndef INCLUDED_GR_FOSPHOR_QT_SINK_C_H
23 #define INCLUDED_GR_FOSPHOR_QT_SINK_C_H
28 #include <gnuradio/sync_block.h>
43 typedef boost::shared_ptr<qt_sink_c>
sptr;
53 static sptr make(QWidget *parent=NULL);
55 virtual void exec_() = 0;
56 virtual QWidget* qwidget() = 0;
58 #if defined(PY_VERSION) || defined(SWIGPYTHON)
59 virtual PyObject* pyqwidget() = 0;
61 virtual void* pyqwidget() = 0;
QApplication * d_qApplication
Definition: qt_sink_c.h:64
boost::shared_ptr< qt_sink_c > sptr
Definition: qt_sink_c.h:43
#define GR_FOSPHOR_API
Definition: api.h:30
Base fosphor sink API interface.
Definition: base_sink_c.h:37
Qt version of fosphor sink.
Definition: qt_sink_c.h:40
Definition: base_sink_c.h:30