|
GNU Radio's DISPLAY Package
|
#include <show_image_impl.h>
Public Member Functions | |
| show_image_impl (int imagewidth, int imageheight, QWidget *parent=NULL) | |
| ~show_image_impl () | |
| QWidget * | qwidget () |
| PyObject * | pyqwidget () |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
Public Attributes | |
| QApplication * | d_qApplication |
Additional Inherited Members | |
Public Types inherited from gr::display::show_image | |
| typedef boost::shared_ptr < show_image > | sptr |
Static Public Member Functions inherited from gr::display::show_image | |
| static sptr | make (int imagewidth, int imageheight, QWidget *parent=NULL) |
| Return a shared_ptr to a new instance of display::show_image. More... | |
| gr::display::show_image_impl::show_image_impl | ( | int | imagewidth, |
| int | imageheight, | ||
| QWidget * | parent = NULL |
||
| ) |
| gr::display::show_image_impl::~show_image_impl | ( | ) |
|
virtual |
Implements gr::display::show_image.
| QWidget* gr::display::show_image_impl::qwidget | ( | ) |
| int gr::display::show_image_impl::work | ( | int | noutput_items, |
| gr_vector_const_void_star & | input_items, | ||
| gr_vector_void_star & | output_items | ||
| ) |
| QApplication* gr::display::show_image_impl::d_qApplication |