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 const Qt::PenStyle | getLineStyle (unsigned int which) const |
virtual void | setLineMarker (unsigned int which, QwtSymbol::Style marker) |
virtual const 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 QwtDoublePoint &p) |
void | onPickerPointSelected6 (const QPointF &p) |
Signals | |
void | plotPointSelected (const QPointF p) |
Public Member Functions | |
DisplayPlot (int nplots, QWidget *) | |
virtual | ~DisplayPlot () |
virtual void | replot ()=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 |
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 |
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 * | |||
) |
|
virtual |
|
virtualslot |
int DisplayPlot::getAxesLabelFontSize | ( | ) | const |
int DisplayPlot::getAxisLabelFontSize | ( | int | axisId | ) | const |
|
virtualslot |
const QColor DisplayPlot::getLineColor1 | ( | ) | const |
const QColor DisplayPlot::getLineColor2 | ( | ) | const |
const QColor DisplayPlot::getLineColor3 | ( | ) | const |
const QColor DisplayPlot::getLineColor4 | ( | ) | const |
const QColor DisplayPlot::getLineColor5 | ( | ) | const |
const QColor DisplayPlot::getLineColor6 | ( | ) | const |
const QColor DisplayPlot::getLineColor7 | ( | ) | const |
const QColor DisplayPlot::getLineColor8 | ( | ) | const |
const QColor DisplayPlot::getLineColor9 | ( | ) | const |
|
virtualslot |
|
virtualslot |
const QwtSymbol::Style DisplayPlot::getLineMarker1 | ( | ) | const |
const QwtSymbol::Style DisplayPlot::getLineMarker2 | ( | ) | const |
const QwtSymbol::Style DisplayPlot::getLineMarker3 | ( | ) | const |
const QwtSymbol::Style DisplayPlot::getLineMarker4 | ( | ) | const |
const QwtSymbol::Style DisplayPlot::getLineMarker5 | ( | ) | const |
const QwtSymbol::Style DisplayPlot::getLineMarker6 | ( | ) | const |
const QwtSymbol::Style DisplayPlot::getLineMarker7 | ( | ) | const |
const QwtSymbol::Style DisplayPlot::getLineMarker8 | ( | ) | const |
const QwtSymbol::Style DisplayPlot::getLineMarker9 | ( | ) | const |
|
virtualslot |
const Qt::PenStyle DisplayPlot::getLineStyle1 | ( | ) | const |
const Qt::PenStyle DisplayPlot::getLineStyle2 | ( | ) | const |
const Qt::PenStyle DisplayPlot::getLineStyle3 | ( | ) | const |
const Qt::PenStyle DisplayPlot::getLineStyle4 | ( | ) | const |
const Qt::PenStyle DisplayPlot::getLineStyle5 | ( | ) | const |
const Qt::PenStyle DisplayPlot::getLineStyle6 | ( | ) | const |
const Qt::PenStyle DisplayPlot::getLineStyle7 | ( | ) | const |
const Qt::PenStyle DisplayPlot::getLineStyle8 | ( | ) | const |
const Qt::PenStyle DisplayPlot::getLineStyle9 | ( | ) | const |
|
virtualslot |
int DisplayPlot::getLineWidth1 | ( | ) | const |
int DisplayPlot::getLineWidth2 | ( | ) | const |
int DisplayPlot::getLineWidth3 | ( | ) | const |
int DisplayPlot::getLineWidth4 | ( | ) | const |
int DisplayPlot::getLineWidth5 | ( | ) | const |
int DisplayPlot::getLineWidth6 | ( | ) | const |
int DisplayPlot::getLineWidth7 | ( | ) | const |
int DisplayPlot::getLineWidth8 | ( | ) | const |
int DisplayPlot::getLineWidth9 | ( | ) | const |
|
virtualslot |
int DisplayPlot::getMarkerAlpha1 | ( | ) | const |
int DisplayPlot::getMarkerAlpha2 | ( | ) | const |
int DisplayPlot::getMarkerAlpha3 | ( | ) | const |
int DisplayPlot::getMarkerAlpha4 | ( | ) | const |
int DisplayPlot::getMarkerAlpha5 | ( | ) | const |
int DisplayPlot::getMarkerAlpha6 | ( | ) | const |
int DisplayPlot::getMarkerAlpha7 | ( | ) | const |
int DisplayPlot::getMarkerAlpha8 | ( | ) | const |
int DisplayPlot::getMarkerAlpha9 | ( | ) | const |
QColor DisplayPlot::getPaletteColor | ( | ) | const |
int DisplayPlot::getXaxisLabelFontSize | ( | ) | const |
int DisplayPlot::getYaxisLabelFontSize | ( | ) | const |
QColor DisplayPlot::getZoomerColor | ( | ) | const |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
slot |
|
slot |
|
signal |
|
pure virtual |
|
slot |
|
slot |
|
slot |
|
virtualslot |
|
virtualslot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
virtualslot |
|
virtualslot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
virtualslot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
virtualslot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
virtualslot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
virtualslot |
|
slot |
|
virtualslot |
Reimplemented in FrequencyDisplayPlot, and VectorDisplayPlot.
|
slot |
|
slot |
|
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 |