|
GNU Radio's DISPLAY Package
|
display a grayscaled ( png ) image More...
#include <show_image.h>
Public Types | |
| typedef std::shared_ptr< show_image > | sptr |
Public Member Functions | |
| virtual void | exec_ ()=0 |
| virtual QWidget * | qwidget ()=0 |
| virtual void | displayBottomUp (bool direction)=0 |
Static Public Member Functions | |
| static sptr | make (int imagewidth, int imageheight, QWidget *parent=nullptr) |
| Build an image sink. | |
display a grayscaled ( png ) image
This block displays an grayscaled image in a scrollable window The image may be saved as png image to the filesystem
| typedef std::shared_ptr<show_image> gr::display::show_image::sptr |
|
pure virtual |
Implemented in gr::display::show_image_impl.
|
pure virtual |
Implemented in gr::display::show_image_impl.
|
static |
Build an image sink.
| imagewidth | Width of the image |
| imageheight | Maximum height of image |
| parent | a QWidget parent widget, may be nullptr |
|
pure virtual |
Implemented in gr::display::show_image_impl.