Base class for setting up and managing QTGUI plot forms.
More...
#include <gnuradio/qtgui/eyedisplaysform.h>
Base class for setting up and managing QTGUI plot forms.
◆ EyeDisplaysForm()
EyeDisplaysForm::EyeDisplaysForm |
( |
int |
nplots = 1 , |
|
|
QWidget * |
parent = 0 |
|
) |
| |
◆ ~EyeDisplaysForm()
EyeDisplaysForm::~EyeDisplaysForm |
( |
| ) |
|
|
override |
◆ closeEvent
void EyeDisplaysForm::closeEvent |
( |
QCloseEvent * |
e | ) |
|
|
overrideslot |
◆ customEvent
void EyeDisplaysForm::customEvent |
( |
QEvent * |
e | ) |
|
|
overridepure virtualslot |
◆ disableLegend
void EyeDisplaysForm::disableLegend |
( |
| ) |
|
|
slot |
◆ enableMenu()
void EyeDisplaysForm::enableMenu |
( |
bool |
en = true | ) |
|
◆ isClosed()
bool EyeDisplaysForm::isClosed |
( |
| ) |
const |
◆ lineColor
QString EyeDisplaysForm::lineColor |
( |
unsigned int |
which | ) |
|
|
slot |
◆ lineLabel
QString EyeDisplaysForm::lineLabel |
( |
unsigned int |
which | ) |
|
|
slot |
◆ lineMarker
QwtSymbol::Style EyeDisplaysForm::lineMarker |
( |
unsigned int |
which | ) |
|
|
slot |
◆ lineStyle
Qt::PenStyle EyeDisplaysForm::lineStyle |
( |
unsigned int |
which | ) |
|
|
slot |
◆ lineWidth
int EyeDisplaysForm::lineWidth |
( |
unsigned int |
which | ) |
|
|
slot |
◆ markerAlpha
int EyeDisplaysForm::markerAlpha |
( |
unsigned int |
which | ) |
|
|
slot |
◆ mousePressEvent
void EyeDisplaysForm::mousePressEvent |
( |
QMouseEvent * |
e | ) |
|
|
overrideslot |
◆ plotPointSelected
void EyeDisplaysForm::plotPointSelected |
( |
const QPointF |
p, |
|
|
int |
type |
|
) |
| |
|
signal |
◆ Reset()
void EyeDisplaysForm::Reset |
( |
| ) |
|
◆ resizeEvent
void EyeDisplaysForm::resizeEvent |
( |
QResizeEvent * |
e | ) |
|
|
overrideslot |
◆ saveFigure
void EyeDisplaysForm::saveFigure |
( |
| ) |
|
|
slot |
◆ setAxisLabels
void EyeDisplaysForm::setAxisLabels |
( |
bool |
en | ) |
|
|
slot |
◆ setGrid
void EyeDisplaysForm::setGrid |
( |
bool |
on | ) |
|
|
slot |
◆ setLineColor
void EyeDisplaysForm::setLineColor |
( |
unsigned int |
which, |
|
|
const QString & |
color |
|
) |
| |
|
slot |
◆ setLineLabel
void EyeDisplaysForm::setLineLabel |
( |
unsigned int |
which, |
|
|
const QString & |
label |
|
) |
| |
|
slot |
◆ setLineMarker
void EyeDisplaysForm::setLineMarker |
( |
unsigned int |
which, |
|
|
QwtSymbol::Style |
style |
|
) |
| |
|
slot |
◆ setLineStyle
void EyeDisplaysForm::setLineStyle |
( |
unsigned int |
which, |
|
|
Qt::PenStyle |
style |
|
) |
| |
|
slot |
◆ setLineWidth
void EyeDisplaysForm::setLineWidth |
( |
unsigned int |
which, |
|
|
unsigned int |
width |
|
) |
| |
|
slot |
◆ setMarkerAlpha
void EyeDisplaysForm::setMarkerAlpha |
( |
unsigned int |
which, |
|
|
unsigned int |
alpha |
|
) |
| |
|
slot |
◆ setSampleRate
virtual void EyeDisplaysForm::setSampleRate |
( |
const QString & |
rate | ) |
|
|
virtualslot |
◆ setSamplesPerSymbol
void EyeDisplaysForm::setSamplesPerSymbol |
( |
int64_t |
sps | ) |
|
|
slot |
◆ setStop [1/2]
void EyeDisplaysForm::setStop |
( |
| ) |
|
|
slot |
◆ setStop [2/2]
void EyeDisplaysForm::setStop |
( |
bool |
on | ) |
|
|
slot |
◆ setTitle
void EyeDisplaysForm::setTitle |
( |
const QString & |
title | ) |
|
|
slot |
◆ setUpdateTime
void EyeDisplaysForm::setUpdateTime |
( |
double |
t | ) |
|
|
slot |
◆ title
QString EyeDisplaysForm::title |
( |
| ) |
|
|
slot |
◆ toggleGrid
void EyeDisplaysForm::toggleGrid |
( |
bool |
en | ) |
|
|
signal |
◆ d_autoscale_act
QAction* EyeDisplaysForm::d_autoscale_act |
|
protected |
◆ d_autoscale_state
bool EyeDisplaysForm::d_autoscale_state |
|
protected |
◆ d_axislabels
bool EyeDisplaysForm::d_axislabels |
|
protected |
◆ d_axislabelsmenu
QAction* EyeDisplaysForm::d_axislabelsmenu |
|
protected |
◆ d_display_plot
◆ d_displays_plot
std::vector<DisplayPlot*> EyeDisplaysForm::d_displays_plot |
|
protected |
◆ d_grid_act
QAction* EyeDisplaysForm::d_grid_act |
|
protected |
◆ d_grid_state
bool EyeDisplaysForm::d_grid_state |
|
protected |
◆ d_grids
std::vector<QwtPlotGrid*> EyeDisplaysForm::d_grids |
|
protected |
◆ d_isclosed
bool EyeDisplaysForm::d_isclosed |
|
protected |
◆ d_layout
QGridLayout* EyeDisplaysForm::d_layout |
|
protected |
◆ d_line_color_menu
◆ d_line_marker_menu
◆ d_line_style_menu
◆ d_line_title_act
◆ d_line_width_menu
◆ d_lines_menu
QList<QMenu*> EyeDisplaysForm::d_lines_menu |
|
protected |
◆ d_marker_alpha_menu
◆ d_menu
QMenu* EyeDisplaysForm::d_menu |
|
protected |
◆ d_menu_on
bool EyeDisplaysForm::d_menu_on |
|
protected |
◆ d_nplots
unsigned int EyeDisplaysForm::d_nplots |
|
protected |
◆ d_samp_rate_act
◆ d_save_act
QAction* EyeDisplaysForm::d_save_act |
|
protected |
◆ d_sps
int EyeDisplaysForm::d_sps |
|
protected |
◆ d_stop_act
QAction* EyeDisplaysForm::d_stop_act |
|
protected |
◆ d_stop_state
bool EyeDisplaysForm::d_stop_state |
|
protected |
◆ d_system_specified_flag
bool EyeDisplaysForm::d_system_specified_flag |
|
protected |
◆ d_update_time
double EyeDisplaysForm::d_update_time |
|
protected |
The documentation for this class was generated from the following file: