 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef EYE_DISPLAY_FORM_H
24 #define EYE_DISPLAY_FORM_H
29 #include <QtGui/QtGui>
66 void setYLabel(
const std::string& label,
const std::string& unit =
"");
89 void newData(
const QEvent*);
90 void notifyYAxisPlus();
91 void notifyYAxisMinus();
92 void notifyYRangePlus();
93 void notifyYRangeMinus();
94 void notifyTriggerMode(
const QString& mode);
95 void notifyTriggerSlope(
const QString& slope);
96 void notifyTriggerLevelPlus();
97 void notifyTriggerLevelMinus();
98 void notifyTriggerDelayPlus();
99 void notifyTriggerDelayMinus();
110 QIntValidator* d_int_validator;
112 double d_start_frequency;
113 double d_stop_frequency;
114 double d_current_units;
120 QAction* d_controlpanelmenu;
121 std::vector<QAction*> d_tagsmenu;
123 QMenu* d_triggermenu;
136 std::string d_trig_tag_key;
float min(float a, float b)
QWidget for displaying eye pattern plots.
Definition: EyeDisplayPlot.h:37
trigger_slope
Definition: trigger_mode.h:36
trigger_mode
Definition: trigger_mode.h:29
Definition: eyecontrolpanel.h:38