GNU Radio 3.7.1-34 C++ API
|
DisplayForm child for managing time domain plots. More...
#include <timedisplayform.h>
Public Slots | |
void | customEvent (QEvent *e) |
void | setSampleRate (const double samprate) |
void | setSampleRate (const QString &samprate) |
void | setYaxis (double min, double max) |
void | setNPoints (const int) |
void | setStem (bool en) |
void | autoScale (bool en) |
void | setSemilogx (bool en) |
void | setSemilogy (bool en) |
![]() | |
void | resizeEvent (QResizeEvent *e) |
void | mousePressEvent (QMouseEvent *e) |
virtual void | customEvent (QEvent *e)=0 |
void | closeEvent (QCloseEvent *e) |
void | setUpdateTime (double t) |
void | setTitle (const QString &title) |
void | setLineLabel (int which, const QString &label) |
void | setLineColor (int which, const QString &color) |
void | setLineWidth (int which, int width) |
void | setLineStyle (int which, Qt::PenStyle style) |
void | setLineMarker (int which, QwtSymbol::Style style) |
void | setMarkerAlpha (int which, int alpha) |
QString | title () |
QString | lineLabel (int which) |
QString | lineColor (int which) |
int | lineWidth (int which) |
Qt::PenStyle | lineStyle (int which) |
QwtSymbol::Style | lineMarker (int which) |
int | markerAlpha (int which) |
virtual void | setSampleRate (const QString &rate) |
void | setStop (bool on) |
void | setStop () |
void | setGrid (bool on) |
void | saveFigure () |
Public Member Functions | |
TimeDisplayForm (int nplots=1, QWidget *parent=0) | |
~TimeDisplayForm () | |
TimeDomainDisplayPlot * | getPlot () |
int | getNPoints () const |
![]() | |
DisplayForm (int nplots=1, QWidget *parent=0) | |
~DisplayForm () | |
void | Reset () |
bool | isClosed () const |
void | enableMenu (bool en=true) |
Additional Inherited Members | |
![]() | |
void | plotPointSelected (const QPointF p, int type) |
![]() | |
bool | _isclosed |
int | _nplots |
QGridLayout * | _layout |
DisplayPlot * | _displayPlot |
bool | _systemSpecifiedFlag |
QwtPlotGrid * | _grid |
bool | _menu_on |
QMenu * | _menu |
QAction * | _stop_act |
bool | _stop_state |
QAction * | _grid_act |
bool | _grid_state |
QAction * | _autoscale_act |
bool | _autoscale_state |
QList< QMenu * > | _lines_menu |
QList< LineTitleAction * > | _line_title_act |
QList< LineColorMenu * > | _line_color_menu |
QList< LineWidthMenu * > | _line_width_menu |
QList< LineStyleMenu * > | _line_style_menu |
QList< LineMarkerMenu * > | _line_marker_menu |
QList< MarkerAlphaMenu * > | _marker_alpha_menu |
PopupMenu * | _samp_rate_act |
QAction * | _save_act |
QTimer * | d_displayTimer |
double | d_update_time |
DisplayForm child for managing time domain plots.
TimeDisplayForm::TimeDisplayForm | ( | int | nplots = 1 , |
QWidget * | parent = 0 |
||
) |
TimeDisplayForm::~TimeDisplayForm | ( | ) |
|
slot |
int TimeDisplayForm::getNPoints | ( | ) | const |
|
virtual |
Implements DisplayForm.
|
slot |
|
slot |
|
slot |
|
slot |