11 #ifndef INCLUDED_QTGUI_EDIT_BOX_MSG_H 12 #define INCLUDED_QTGUI_EDIT_BOX_MSG_H 21 #include <qapplication.h> 99 typedef std::shared_ptr<edit_box_msg>
sptr;
117 const std::string& value =
"",
118 const std::string& label =
"",
120 bool is_static =
true,
121 const std::string& key =
"",
122 QWidget* parent = NULL);
124 virtual void exec_() = 0;
125 virtual QWidget* qwidget() = 0;
data_type_t
Definition: qtgui_types.h:22
std::shared_ptr< edit_box_msg > sptr
Definition: edit_box_msg.h:99
#define QTGUI_API
Definition: gr-qtgui/include/gnuradio/qtgui/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29
Create a QT Edit Box widget where the value is posted as a message.
Definition: edit_box_msg.h:95
QApplication * d_qApplication
Definition: edit_box_msg.h:127
PMT_API bool is_pair(const pmt_t &obj)
Return true if obj is a pair, else false (warning: also returns true for a dict)
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: gnuradio-runtime/include/gnuradio/block.h:62