|
GNU Radio's DISPLAY Package
|
#include <display_text_msg_impl.h>
Public Member Functions | |
| text_msg_impl (const std::string &label, const std::string &message_key, int splitlength, int maxlines, QWidget *parent) | |
| ~text_msg_impl () | |
| void | exec_ () |
| QWidget * | qwidget () |
| PyObject * | pyqwidget () |
| void | set_value (pmt::pmt_t val) |
Public Attributes | |
| QApplication * | d_qApplication |
Additional Inherited Members | |
| Public Types inherited from gr::display::text_msg | |
| typedef std::shared_ptr< text_msg > | sptr |
| Static Public Member Functions inherited from gr::display::text_msg | |
| static sptr | make (const std::string &label, const std::string &message_key, int splitlength=80, int maxlines=100, QWidget *parent=nullptr) |
| Constructs the Edit box block. | |
| gr::display::text_msg_impl::text_msg_impl | ( | const std::string & | label, |
| const std::string & | message_key, | ||
| int | splitlength, | ||
| int | maxlines, | ||
| QWidget * | parent ) |
| gr::display::text_msg_impl::~text_msg_impl | ( | ) |
|
virtual |
Implements gr::display::text_msg.
| PyObject * gr::display::text_msg_impl::pyqwidget | ( | ) |
|
virtual |
Implements gr::display::text_msg.
| void gr::display::text_msg_impl::set_value | ( | pmt::pmt_t | val | ) |
| QApplication* gr::display::text_msg_impl::d_qApplication |