QWidget base plot to build QTGUI plotting tools. More...
#include <gnuradio/qtgui/DisplayPlot.h>
Public Slots | |
virtual void | disableLegend () |
virtual void | setAxisLabels (bool en) |
virtual void | setYaxis (double min, double max) |
virtual void | setXaxis (double min, double max) |
virtual void | setLineLabel (unsigned int which, QString label) |
virtual QString | getLineLabel (unsigned int which) |
virtual void | setLineColor (unsigned int which, QColor color) |
virtual QColor | getLineColor (unsigned int which) const |
virtual void | setLineWidth (unsigned int which, int width) |
virtual int | getLineWidth (unsigned int which) const |
virtual void | setLineStyle (unsigned int which, Qt::PenStyle style) |
virtual Qt::PenStyle | getLineStyle (unsigned int which) const |
virtual void | setLineMarker (unsigned int which, QwtSymbol::Style marker) |
virtual QwtSymbol::Style | getLineMarker (unsigned int which) const |
virtual void | setMarkerAlpha (unsigned int which, int alpha) |
virtual int | getMarkerAlpha (unsigned 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 QPointF &p) |
Signals | |
void | plotPointSelected (const QPointF p) |
Public Member Functions | |
DisplayPlot (int nplots, QWidget *) | |
~DisplayPlot () override | |
void | replot () override=0 |
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 |
Qt::PenStyle | getLineStyle1 () const |
Qt::PenStyle | getLineStyle2 () const |
Qt::PenStyle | getLineStyle3 () const |
Qt::PenStyle | getLineStyle4 () const |
Qt::PenStyle | getLineStyle5 () const |
Qt::PenStyle | getLineStyle6 () const |
Qt::PenStyle | getLineStyle7 () const |
Qt::PenStyle | getLineStyle8 () const |
Qt::PenStyle | getLineStyle9 () const |
QwtSymbol::Style | getLineMarker1 () const |
QwtSymbol::Style | getLineMarker2 () const |
QwtSymbol::Style | getLineMarker3 () const |
QwtSymbol::Style | getLineMarker4 () const |
QwtSymbol::Style | getLineMarker5 () const |
QwtSymbol::Style | getLineMarker6 () const |
QwtSymbol::Style | getLineMarker7 () const |
QwtSymbol::Style | getLineMarker8 () 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 |
Protected Slots | |
virtual void | legendEntryChecked (QwtPlotItem *plotItem, bool on) |
virtual void | legendEntryChecked (const QVariant &plotItem, bool on, int index) |
Protected Attributes | |
unsigned int | d_nplots |
std::vector< QwtPlotCurve * > | d_plot_curve |
QwtPlotPanner * | d_panner |
QwtPlotZoomer * | d_zoomer |
QwtDblClickPlotPicker * | d_picker |
QwtPlotMagnifier * | d_magnifier |
int64_t | d_numPoints |
bool | d_stop |
QList< QColor > | d_trace_colors |
bool | d_autoscale_state |
QWidget base plot to build QTGUI plotting tools.
DisplayPlot::DisplayPlot | ( | int | nplots, |
QWidget * | ) |
References DisplayPlot().
Referenced by DisplayPlot(), and ~DisplayPlot().
|
override |
References DisplayPlot().
|
virtualslot |
References disableLegend().
Referenced by disableLegend().
int DisplayPlot::getAxesLabelFontSize | ( | ) | const |
References getAxesLabelFontSize().
Referenced by getAxesLabelFontSize().
int DisplayPlot::getAxisLabelFontSize | ( | int | axisId | ) | const |
References getAxisLabelFontSize().
Referenced by getAxisLabelFontSize().
|
virtualslot |
References getLineColor().
Referenced by getLineColor().
const QColor DisplayPlot::getLineColor1 | ( | ) | const |
References getLineColor1().
Referenced by getLineColor1().
const QColor DisplayPlot::getLineColor2 | ( | ) | const |
References getLineColor2().
Referenced by getLineColor2().
const QColor DisplayPlot::getLineColor3 | ( | ) | const |
References getLineColor3().
Referenced by getLineColor3().
const QColor DisplayPlot::getLineColor4 | ( | ) | const |
References getLineColor4().
Referenced by getLineColor4().
const QColor DisplayPlot::getLineColor5 | ( | ) | const |
References getLineColor5().
Referenced by getLineColor5().
const QColor DisplayPlot::getLineColor6 | ( | ) | const |
References getLineColor6().
Referenced by getLineColor6().
const QColor DisplayPlot::getLineColor7 | ( | ) | const |
References getLineColor7().
Referenced by getLineColor7().
const QColor DisplayPlot::getLineColor8 | ( | ) | const |
References getLineColor8().
Referenced by getLineColor8().
const QColor DisplayPlot::getLineColor9 | ( | ) | const |
References getLineColor9().
Referenced by getLineColor9().
|
virtualslot |
References getLineLabel().
Referenced by getLineLabel().
|
virtualslot |
References getLineMarker().
Referenced by getLineMarker().
QwtSymbol::Style DisplayPlot::getLineMarker1 | ( | ) | const |
References getLineMarker1().
Referenced by getLineMarker1().
QwtSymbol::Style DisplayPlot::getLineMarker2 | ( | ) | const |
References getLineMarker2().
Referenced by getLineMarker2().
QwtSymbol::Style DisplayPlot::getLineMarker3 | ( | ) | const |
References getLineMarker3().
Referenced by getLineMarker3().
QwtSymbol::Style DisplayPlot::getLineMarker4 | ( | ) | const |
References getLineMarker4().
Referenced by getLineMarker4().
QwtSymbol::Style DisplayPlot::getLineMarker5 | ( | ) | const |
References getLineMarker5().
Referenced by getLineMarker5().
QwtSymbol::Style DisplayPlot::getLineMarker6 | ( | ) | const |
References getLineMarker6().
Referenced by getLineMarker6().
QwtSymbol::Style DisplayPlot::getLineMarker7 | ( | ) | const |
References getLineMarker7().
Referenced by getLineMarker7().
QwtSymbol::Style DisplayPlot::getLineMarker8 | ( | ) | const |
References getLineMarker8().
Referenced by getLineMarker8().
QwtSymbol::Style DisplayPlot::getLineMarker9 | ( | ) | const |
References getLineMarker9().
Referenced by getLineMarker9().
|
virtualslot |
References getLineStyle().
Referenced by getLineStyle().
Qt::PenStyle DisplayPlot::getLineStyle1 | ( | ) | const |
References getLineStyle1().
Referenced by getLineStyle1().
Qt::PenStyle DisplayPlot::getLineStyle2 | ( | ) | const |
References getLineStyle2().
Referenced by getLineStyle2().
Qt::PenStyle DisplayPlot::getLineStyle3 | ( | ) | const |
References getLineStyle3().
Referenced by getLineStyle3().
Qt::PenStyle DisplayPlot::getLineStyle4 | ( | ) | const |
References getLineStyle4().
Referenced by getLineStyle4().
Qt::PenStyle DisplayPlot::getLineStyle5 | ( | ) | const |
References getLineStyle5().
Referenced by getLineStyle5().
Qt::PenStyle DisplayPlot::getLineStyle6 | ( | ) | const |
References getLineStyle6().
Referenced by getLineStyle6().
Qt::PenStyle DisplayPlot::getLineStyle7 | ( | ) | const |
References getLineStyle7().
Referenced by getLineStyle7().
Qt::PenStyle DisplayPlot::getLineStyle8 | ( | ) | const |
References getLineStyle8().
Referenced by getLineStyle8().
Qt::PenStyle DisplayPlot::getLineStyle9 | ( | ) | const |
References getLineStyle9().
Referenced by getLineStyle9().
|
virtualslot |
References getLineWidth().
Referenced by getLineWidth().
int DisplayPlot::getLineWidth1 | ( | ) | const |
References getLineWidth1().
Referenced by getLineWidth1().
int DisplayPlot::getLineWidth2 | ( | ) | const |
References getLineWidth2().
Referenced by getLineWidth2().
int DisplayPlot::getLineWidth3 | ( | ) | const |
References getLineWidth3().
Referenced by getLineWidth3().
int DisplayPlot::getLineWidth4 | ( | ) | const |
References getLineWidth4().
Referenced by getLineWidth4().
int DisplayPlot::getLineWidth5 | ( | ) | const |
References getLineWidth5().
Referenced by getLineWidth5().
int DisplayPlot::getLineWidth6 | ( | ) | const |
References getLineWidth6().
Referenced by getLineWidth6().
int DisplayPlot::getLineWidth7 | ( | ) | const |
References getLineWidth7().
Referenced by getLineWidth7().
int DisplayPlot::getLineWidth8 | ( | ) | const |
References getLineWidth8().
Referenced by getLineWidth8().
int DisplayPlot::getLineWidth9 | ( | ) | const |
References getLineWidth9().
Referenced by getLineWidth9().
|
virtualslot |
References getMarkerAlpha().
Referenced by getMarkerAlpha().
int DisplayPlot::getMarkerAlpha1 | ( | ) | const |
References getMarkerAlpha1().
Referenced by getMarkerAlpha1().
int DisplayPlot::getMarkerAlpha2 | ( | ) | const |
References getMarkerAlpha2().
Referenced by getMarkerAlpha2().
int DisplayPlot::getMarkerAlpha3 | ( | ) | const |
References getMarkerAlpha3().
Referenced by getMarkerAlpha3().
int DisplayPlot::getMarkerAlpha4 | ( | ) | const |
References getMarkerAlpha4().
Referenced by getMarkerAlpha4().
int DisplayPlot::getMarkerAlpha5 | ( | ) | const |
References getMarkerAlpha5().
Referenced by getMarkerAlpha5().
int DisplayPlot::getMarkerAlpha6 | ( | ) | const |
References getMarkerAlpha6().
Referenced by getMarkerAlpha6().
int DisplayPlot::getMarkerAlpha7 | ( | ) | const |
References getMarkerAlpha7().
Referenced by getMarkerAlpha7().
int DisplayPlot::getMarkerAlpha8 | ( | ) | const |
References getMarkerAlpha8().
Referenced by getMarkerAlpha8().
int DisplayPlot::getMarkerAlpha9 | ( | ) | const |
References getMarkerAlpha9().
Referenced by getMarkerAlpha9().
QColor DisplayPlot::getPaletteColor | ( | ) | const |
References getPaletteColor().
Referenced by getPaletteColor().
int DisplayPlot::getXaxisLabelFontSize | ( | ) | const |
References getXaxisLabelFontSize().
Referenced by getXaxisLabelFontSize().
int DisplayPlot::getYaxisLabelFontSize | ( | ) | const |
References getYaxisLabelFontSize().
Referenced by getYaxisLabelFontSize().
QColor DisplayPlot::getZoomerColor | ( | ) | const |
References getZoomerColor().
Referenced by getZoomerColor().
|
protectedvirtualslot |
References legendEntryChecked().
|
protectedvirtualslot |
References legendEntryChecked().
Referenced by legendEntryChecked(), and legendEntryChecked().
|
slot |
References onPickerPointSelected().
Referenced by onPickerPointSelected().
|
signal |
References plotPointSelected().
Referenced by plotPointSelected().
|
overridepure virtual |
Implemented in ConstellationDisplayPlot, EyeDisplayPlot, FrequencyDisplayPlot, HistogramDisplayPlot, TimeDomainDisplayPlot, TimeRasterDisplayPlot, VectorDisplayPlot, and WaterfallDisplayPlot.
References replot().
Referenced by replot().
|
slot |
References resizeSlot().
Referenced by resizeSlot().
|
slot |
References setAxesLabelFontSize().
Referenced by setAxesLabelFontSize().
|
slot |
References setAxisLabelFontSize().
Referenced by setAxisLabelFontSize().
|
virtualslot |
References setAxisLabels().
Referenced by setAxisLabels().
|
virtualslot |
|
slot |
References setLineColor1().
Referenced by setLineColor1().
|
slot |
References setLineColor2().
Referenced by setLineColor2().
|
slot |
References setLineColor3().
Referenced by setLineColor3().
|
slot |
References setLineColor4().
Referenced by setLineColor4().
|
slot |
References setLineColor5().
Referenced by setLineColor5().
|
slot |
References setLineColor6().
Referenced by setLineColor6().
|
slot |
References setLineColor7().
Referenced by setLineColor7().
|
slot |
References setLineColor8().
Referenced by setLineColor8().
|
slot |
References setLineColor9().
Referenced by setLineColor9().
|
virtualslot |
References setLineLabel().
Referenced by setLineLabel().
|
virtualslot |
|
slot |
References setLineMarker1().
Referenced by setLineMarker1().
|
slot |
References setLineMarker2().
Referenced by setLineMarker2().
|
slot |
References setLineMarker3().
Referenced by setLineMarker3().
|
slot |
References setLineMarker4().
Referenced by setLineMarker4().
|
slot |
References setLineMarker5().
Referenced by setLineMarker5().
|
slot |
References setLineMarker6().
Referenced by setLineMarker6().
|
slot |
References setLineMarker7().
Referenced by setLineMarker7().
|
slot |
References setLineMarker8().
Referenced by setLineMarker8().
|
slot |
References setLineMarker9().
Referenced by setLineMarker9().
|
virtualslot |
|
slot |
References setLineStyle1().
Referenced by setLineStyle1().
|
slot |
References setLineStyle2().
Referenced by setLineStyle2().
|
slot |
References setLineStyle3().
Referenced by setLineStyle3().
|
slot |
References setLineStyle4().
Referenced by setLineStyle4().
|
slot |
References setLineStyle5().
Referenced by setLineStyle5().
|
slot |
References setLineStyle6().
Referenced by setLineStyle6().
|
slot |
References setLineStyle7().
Referenced by setLineStyle7().
|
slot |
References setLineStyle8().
Referenced by setLineStyle8().
|
slot |
References setLineStyle9().
Referenced by setLineStyle9().
|
virtualslot |
|
slot |
References setLineWidth1().
Referenced by setLineWidth1().
|
slot |
References setLineWidth2().
Referenced by setLineWidth2().
|
slot |
References setLineWidth3().
Referenced by setLineWidth3().
|
slot |
References setLineWidth4().
Referenced by setLineWidth4().
|
slot |
References setLineWidth5().
Referenced by setLineWidth5().
|
slot |
References setLineWidth6().
Referenced by setLineWidth6().
|
slot |
References setLineWidth7().
Referenced by setLineWidth7().
|
slot |
References setLineWidth8().
Referenced by setLineWidth8().
|
slot |
References setLineWidth9().
Referenced by setLineWidth9().
|
virtualslot |
|
slot |
References setMarkerAlpha1().
Referenced by setMarkerAlpha1().
|
slot |
References setMarkerAlpha2().
Referenced by setMarkerAlpha2().
|
slot |
References setMarkerAlpha3().
Referenced by setMarkerAlpha3().
|
slot |
References setMarkerAlpha4().
Referenced by setMarkerAlpha4().
|
slot |
References setMarkerAlpha5().
Referenced by setMarkerAlpha5().
|
slot |
References setMarkerAlpha6().
Referenced by setMarkerAlpha6().
|
slot |
References setMarkerAlpha7().
Referenced by setMarkerAlpha7().
|
slot |
References setMarkerAlpha8().
Referenced by setMarkerAlpha8().
|
slot |
References setMarkerAlpha9().
Referenced by setMarkerAlpha9().
|
slot |
References setPaletteColor().
Referenced by setPaletteColor().
|
virtualslot |
References setXaxis().
Referenced by setXaxis().
|
slot |
References setXaxisLabelFontSize().
Referenced by setXaxisLabelFontSize().
|
virtualslot |
Reimplemented in FrequencyDisplayPlot, and VectorDisplayPlot.
References setYaxis().
Referenced by setYaxis().
|
slot |
References setYaxisLabelFontSize().
Referenced by setYaxisLabelFontSize().
|
slot |
References setZoomerColor().
Referenced by setZoomerColor().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |