GNU Radio Manual and C++ API Reference  3.7.5
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
VectorDisplayPlot Class Reference

QWidget for displaying 1D-vector plots. More...

#include <gnuradio/qtgui/VectorDisplayPlot.h>

Public Slots

void setMaxVecVisible (const bool)
void setMinVecVisible (const bool)
void setMinVecColor (QColor c)
void setMaxVecColor (QColor c)
void setMarkerLowerIntensityColor (QColor c)
void setMarkerLowerIntensityVisible (bool visible)
void setMarkerUpperIntensityColor (QColor c)
void setMarkerUpperIntensityVisible (bool visible)
void setMarkerRefLevelAmplitudeVisible (bool visible)
void setMarkerRefLevelAmplitudeColor (QColor c)
void setLowerIntensityLevel (const double)
void setUpperIntensityLevel (const double)
void onPickerPointSelected (const QwtDoublePoint &p)
void onPickerPointSelected6 (const QPointF &p)
void setAutoScale (bool state)
- Public Slots inherited from DisplayPlot
virtual void setXaxis (double min, double max)
virtual void setLineLabel (int which, QString label)
virtual QString getLineLabel (int which)
virtual void setLineColor (int which, QColor color)
virtual QColor getLineColor (int which) const
virtual void setLineWidth (int which, int width)
virtual int getLineWidth (int which) const
virtual void setLineStyle (int which, Qt::PenStyle style)
virtual const Qt::PenStyle getLineStyle (int which) const
virtual void setLineMarker (int which, QwtSymbol::Style marker)
virtual const QwtSymbol::Style getLineMarker (int which) const
virtual void setMarkerAlpha (int which, int alpha)
virtual int getMarkerAlpha (int which) const
void setLineColor1 (QColor)
void setLineColor2 (QColor)
void setLineColor3 (QColor)
void setLineColor4 (QColor)
void setLineColor5 (QColor)
void setLineColor6 (QColor)
void setLineColor7 (QColor)
void setLineColor8 (QColor)
void setLineColor9 (QColor)
void setLineWidth1 (int)
void setLineWidth2 (int)
void setLineWidth3 (int)
void setLineWidth4 (int)
void setLineWidth5 (int)
void setLineWidth6 (int)
void setLineWidth7 (int)
void setLineWidth8 (int)
void setLineWidth9 (int)
void setLineStyle1 (Qt::PenStyle)
void setLineStyle2 (Qt::PenStyle)
void setLineStyle3 (Qt::PenStyle)
void setLineStyle4 (Qt::PenStyle)
void setLineStyle5 (Qt::PenStyle)
void setLineStyle6 (Qt::PenStyle)
void setLineStyle7 (Qt::PenStyle)
void setLineStyle8 (Qt::PenStyle)
void setLineStyle9 (Qt::PenStyle)
void setLineMarker1 (QwtSymbol::Style)
void setLineMarker2 (QwtSymbol::Style)
void setLineMarker3 (QwtSymbol::Style)
void setLineMarker4 (QwtSymbol::Style)
void setLineMarker5 (QwtSymbol::Style)
void setLineMarker6 (QwtSymbol::Style)
void setLineMarker7 (QwtSymbol::Style)
void setLineMarker8 (QwtSymbol::Style)
void setLineMarker9 (QwtSymbol::Style)
void setMarkerAlpha1 (int)
void setMarkerAlpha2 (int)
void setMarkerAlpha3 (int)
void setMarkerAlpha4 (int)
void setMarkerAlpha5 (int)
void setMarkerAlpha6 (int)
void setMarkerAlpha7 (int)
void setMarkerAlpha8 (int)
void setMarkerAlpha9 (int)
void setZoomerColor (QColor c)
void setPaletteColor (QColor c)
void setAxisLabelFontSize (int axisId, int fs)
void setYaxisLabelFontSize (int fs)
void setXaxisLabelFontSize (int fs)
void setAxesLabelFontSize (int fs)
void setStop (bool on)
void resizeSlot (QSize *s)
void onPickerPointSelected (const QwtDoublePoint &p)
void onPickerPointSelected6 (const QPointF &p)

Public Member Functions

 VectorDisplayPlot (int nplots, QWidget *)
virtual ~VectorDisplayPlot ()
void setXAxisValues (const double start, const double step=1.0)
void plotNewData (const std::vector< double * > dataPoints, const int64_t numDataPoints, const double refLevel, const double timeInterval)
void clearMaxData ()
void clearMinData ()
void replot ()
void setYaxis (double min, double max)
double getYMin () const
double getYMax () const
void setXAxisLabel (const QString &label)
void setYAxisLabel (const QString &label)
void setXAxisUnit (const QString &unit)
void setYAxisUnit (const QString &unit)
void setTraceColour (QColor)
void setBGColour (QColor c)
const bool getMaxVecVisible () const
const bool getMinVecVisible () const
const QColor getMinVecColor () const
const QColor getMaxVecColor () const
const QColor getMarkerLowerIntensityColor () const
const bool getMarkerLowerIntensityVisible () const
const QColor getMarkerUpperIntensityColor () const
const bool getMarkerUpperIntensityVisible () const
const bool getMarkerRefLevelAmplitudeVisible () const
const QColor getMarkerRefLevelAmplitudeColor () const
- Public Member Functions inherited from DisplayPlot
 DisplayPlot (int nplots, QWidget *)
virtual ~DisplayPlot ()
const QColor getLineColor1 () const
const QColor getLineColor2 () const
const QColor getLineColor3 () const
const QColor getLineColor4 () const
const QColor getLineColor5 () const
const QColor getLineColor6 () const
const QColor getLineColor7 () const
const QColor getLineColor8 () const
const QColor getLineColor9 () const
int getLineWidth1 () const
int getLineWidth2 () const
int getLineWidth3 () const
int getLineWidth4 () const
int getLineWidth5 () const
int getLineWidth6 () const
int getLineWidth7 () const
int getLineWidth8 () const
int getLineWidth9 () const
const Qt::PenStyle getLineStyle1 () const
const Qt::PenStyle getLineStyle2 () const
const Qt::PenStyle getLineStyle3 () const
const Qt::PenStyle getLineStyle4 () const
const Qt::PenStyle getLineStyle5 () const
const Qt::PenStyle getLineStyle6 () const
const Qt::PenStyle getLineStyle7 () const
const Qt::PenStyle getLineStyle8 () const
const Qt::PenStyle getLineStyle9 () const
const QwtSymbol::Style getLineMarker1 () const
const QwtSymbol::Style getLineMarker2 () const
const QwtSymbol::Style getLineMarker3 () const
const QwtSymbol::Style getLineMarker4 () const
const QwtSymbol::Style getLineMarker5 () const
const QwtSymbol::Style getLineMarker6 () const
const QwtSymbol::Style getLineMarker7 () const
const QwtSymbol::Style getLineMarker8 () const
const QwtSymbol::Style getLineMarker9 () const
int getMarkerAlpha1 () const
int getMarkerAlpha2 () const
int getMarkerAlpha3 () const
int getMarkerAlpha4 () const
int getMarkerAlpha5 () const
int getMarkerAlpha6 () const
int getMarkerAlpha7 () const
int getMarkerAlpha8 () const
int getMarkerAlpha9 () const
QColor getZoomerColor () const
QColor getPaletteColor () const
int getAxisLabelFontSize (int axisId) const
int getYaxisLabelFontSize () const
int getXaxisLabelFontSize () const
int getAxesLabelFontSize () const

Properties

QColor min_vec_color
QColor max_vec_color
bool min_vec_visible
bool max_vec_visible
QColor marker_lower_intensity_color
bool marker_lower_intensity_visible
QColor marker_upper_intensity_color
bool marker_upper_intensity_visible
QColor marker_ref_level_color
bool marker_ref_level_visible
- Properties inherited from DisplayPlot
QColor line_color1
QColor line_color2
QColor line_color3
QColor line_color4
QColor line_color5
QColor line_color6
QColor line_color7
QColor line_color8
QColor line_color9
int line_width1
int line_width2
int line_width3
int line_width4
int line_width5
int line_width6
int line_width7
int line_width8
int line_width9
Qt::PenStyle line_style1
Qt::PenStyle line_style2
Qt::PenStyle line_style3
Qt::PenStyle line_style4
Qt::PenStyle line_style5
Qt::PenStyle line_style6
Qt::PenStyle line_style7
Qt::PenStyle line_style8
Qt::PenStyle line_style9
QwtSymbolStyle line_marker1
QwtSymbolStyle line_marker2
QwtSymbolStyle line_marker3
QwtSymbolStyle line_marker4
QwtSymbolStyle line_marker5
QwtSymbolStyle line_marker6
QwtSymbolStyle line_marker7
QwtSymbolStyle line_marker8
QwtSymbolStyle line_marker9
int marker_alpha1
int marker_alpha2
int marker_alpha3
int marker_alpha4
int marker_alpha5
int marker_alpha6
int marker_alpha7
int marker_alpha8
int marker_alpha9
QColor zoomer_color
QColor palette_color
int yaxis_label_font_size
int xaxis_label_font_size
int axes_label_font_size

Additional Inherited Members

- Public Types inherited from DisplayPlot
typedef QwtSymbol::Style QwtSymbolStyle
- Signals inherited from DisplayPlot
void plotPointSelected (const QPointF p)
- Protected Slots inherited from DisplayPlot
virtual void legendEntryChecked (QwtPlotItem *plotItem, bool on)
virtual void legendEntryChecked (const QVariant &plotItem, bool on, int index)
- Protected Attributes inherited from DisplayPlot
int d_nplots
std::vector< QwtPlotCurve * > d_plot_curve
QwtPlotPanner * d_panner
QwtPlotZoomer * d_zoomer
QwtDblClickPlotPickerd_picker
QwtPlotMagnifier * d_magnifier
int64_t d_numPoints
bool d_stop
QList< QColor > d_trace_colors
bool d_autoscale_state

Detailed Description

QWidget for displaying 1D-vector plots.

Constructor & Destructor Documentation

VectorDisplayPlot::VectorDisplayPlot ( int  nplots,
QWidget *   
)
virtual VectorDisplayPlot::~VectorDisplayPlot ( )
virtual

Member Function Documentation

void VectorDisplayPlot::clearMaxData ( )
void VectorDisplayPlot::clearMinData ( )
const QColor VectorDisplayPlot::getMarkerLowerIntensityColor ( ) const
const bool VectorDisplayPlot::getMarkerLowerIntensityVisible ( ) const
const QColor VectorDisplayPlot::getMarkerRefLevelAmplitudeColor ( ) const
const bool VectorDisplayPlot::getMarkerRefLevelAmplitudeVisible ( ) const
const QColor VectorDisplayPlot::getMarkerUpperIntensityColor ( ) const
const bool VectorDisplayPlot::getMarkerUpperIntensityVisible ( ) const
const QColor VectorDisplayPlot::getMaxVecColor ( ) const
const bool VectorDisplayPlot::getMaxVecVisible ( ) const
const QColor VectorDisplayPlot::getMinVecColor ( ) const
const bool VectorDisplayPlot::getMinVecVisible ( ) const
double VectorDisplayPlot::getYMax ( ) const
double VectorDisplayPlot::getYMin ( ) const
void VectorDisplayPlot::onPickerPointSelected ( const QwtDoublePoint &  p)
slot
void VectorDisplayPlot::onPickerPointSelected6 ( const QPointF &  p)
slot
void VectorDisplayPlot::plotNewData ( const std::vector< double * >  dataPoints,
const int64_t  numDataPoints,
const double  refLevel,
const double  timeInterval 
)
void VectorDisplayPlot::replot ( )
virtual

Implements DisplayPlot.

void VectorDisplayPlot::setAutoScale ( bool  state)
slot
void VectorDisplayPlot::setBGColour ( QColor  c)
void VectorDisplayPlot::setLowerIntensityLevel ( const double  )
slot
void VectorDisplayPlot::setMarkerLowerIntensityColor ( QColor  c)
slot
void VectorDisplayPlot::setMarkerLowerIntensityVisible ( bool  visible)
slot
void VectorDisplayPlot::setMarkerRefLevelAmplitudeColor ( QColor  c)
slot
void VectorDisplayPlot::setMarkerRefLevelAmplitudeVisible ( bool  visible)
slot
void VectorDisplayPlot::setMarkerUpperIntensityColor ( QColor  c)
slot
void VectorDisplayPlot::setMarkerUpperIntensityVisible ( bool  visible)
slot
void VectorDisplayPlot::setMaxVecColor ( QColor  c)
slot
void VectorDisplayPlot::setMaxVecVisible ( const bool  )
slot
void VectorDisplayPlot::setMinVecColor ( QColor  c)
slot
void VectorDisplayPlot::setMinVecVisible ( const bool  )
slot
void VectorDisplayPlot::setTraceColour ( QColor  )
void VectorDisplayPlot::setUpperIntensityLevel ( const double  )
slot
void VectorDisplayPlot::setXAxisLabel ( const QString &  label)
void VectorDisplayPlot::setXAxisUnit ( const QString &  unit)
void VectorDisplayPlot::setXAxisValues ( const double  start,
const double  step = 1.0 
)
void VectorDisplayPlot::setYaxis ( double  min,
double  max 
)
virtual

Reimplemented from DisplayPlot.

void VectorDisplayPlot::setYAxisLabel ( const QString &  label)
void VectorDisplayPlot::setYAxisUnit ( const QString &  unit)

Property Documentation

QColor VectorDisplayPlot::marker_lower_intensity_color
readwrite
bool VectorDisplayPlot::marker_lower_intensity_visible
readwrite
QColor VectorDisplayPlot::marker_ref_level_color
readwrite
bool VectorDisplayPlot::marker_ref_level_visible
readwrite
QColor VectorDisplayPlot::marker_upper_intensity_color
readwrite
bool VectorDisplayPlot::marker_upper_intensity_visible
readwrite
QColor VectorDisplayPlot::max_vec_color
readwrite
bool VectorDisplayPlot::max_vec_visible
readwrite
QColor VectorDisplayPlot::min_vec_color
readwrite
bool VectorDisplayPlot::min_vec_visible
readwrite

The documentation for this class was generated from the following file: