|
GNU Radio's DISPLAY Package
|
Create a QT Text sink, where the values are received as stream. More...
#include <show_text.h>
Public Types | |
| typedef std::shared_ptr< show_text > | sptr |
Public Member Functions | |
| virtual QWidget * | qwidget ()=0 |
| virtual void | exec_ ()=0 |
Static Public Member Functions | |
| static sptr | make (const std::string &label, int splitlength=80, int maxlines=100, QWidget *parent=nullptr) |
| Build a graphical sink to display ascii text. | |
Create a QT Text sink, where the values are received as stream.
This is a QT-based graphical sink that display simply ascii text in a scrollable window
| typedef std::shared_ptr<show_text> gr::display::show_text::sptr |
|
pure virtual |
Implemented in gr::display::show_text_impl.
|
static |
Build a graphical sink to display ascii text.
| label | Header text of the window usefull if using several windows |
| splitlength | enter newline after splitlength characters without newline |
| maxlines | maximum number of lines that can be displayed in the scrollarea |
| parent | a QWidget parent in the QT app. |
|
pure virtual |
Implemented in gr::display::show_text_impl.