10#ifndef INCLUDED_DISPLAY_SHOW_IMAGE_H
11#define INCLUDED_DISPLAY_SHOW_IMAGE_H
13#include <gnuradio/sync_block.h>
36 typedef std::shared_ptr<show_image>
sptr;
46 static sptr make(
int imagewidth,
int imageheight, QWidget* parent =
nullptr);
#define DISPLAY_API
Definition api.h:30
Definition showpngpicture.h:14
display a grayscaled ( png ) image
Definition show_image.h:34
static sptr make(int imagewidth, int imageheight, QWidget *parent=nullptr)
Build an image sink.
virtual QWidget * qwidget()=0
virtual void displayBottomUp(bool direction)=0
std::shared_ptr< show_image > sptr
Definition show_image.h:36
Definition display_text_msg.h:27
Definition display_text_msg.h:26