#include <show_text_impl.h>
|
| | show_text_impl (const std::string &label, int splitlength, int maxlines, QWidget *parent) |
| | ~show_text_impl () |
| void | exec_ () override |
| QWidget * | qwidget () override |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
|
| typedef std::shared_ptr< show_text > | sptr |
| static sptr | make (const std::string &label, int splitlength=80, int maxlines=100, QWidget *parent=nullptr) |
| | Build a graphical sink to display ascii text.
|
◆ show_text_impl()
| gr::display::show_text_impl::show_text_impl |
( |
const std::string & | label, |
|
|
int | splitlength, |
|
|
int | maxlines, |
|
|
QWidget * | parent ) |
◆ ~show_text_impl()
| gr::display::show_text_impl::~show_text_impl |
( |
| ) |
|
◆ exec_()
| void gr::display::show_text_impl::exec_ |
( |
| ) |
|
|
overridevirtual |
◆ qwidget()
| QWidget * gr::display::show_text_impl::qwidget |
( |
| ) |
|
|
overridevirtual |
◆ work()
| int gr::display::show_text_impl::work |
( |
int | noutput_items, |
|
|
gr_vector_const_void_star & | input_items, |
|
|
gr_vector_void_star & | output_items ) |
◆ d_qApplication
| QApplication* gr::display::show_text_impl::d_qApplication |
The documentation for this class was generated from the following file: