23 #ifndef TIME_DOMAIN_DISPLAY_PLOT_H
24 #define TIME_DOMAIN_DISPLAY_PLOT_H
51 const int64_t numDataPoints,
52 const
double timeInterval,
53 const
std::vector<
std::vector<
gr::tag_t>>& tags =
54 std::vector<
std::vector<
gr::tag_t>>());
89 void _resetXAxisPoints();
90 void _autoScale(
double bottom,
double top);
92 std::vector<
double*> d_ydata;
99 bool d_autoscale_shot;
101 std::vector<
std::vector<QwtPlotMarker*>> d_tag_markers;
102 std::vector<
bool> d_tag_markers_en;
104 QColor d_tag_text_color;
105 QColor d_tag_background_color;
106 Qt::BrushStyle d_tag_background_style;
108 QwtPlotMarker* d_trigger_lines[2];
void setAutoScale(bool state)
void plotNewData(const std::vector< double * > dataPoints, const int64_t numDataPoints, const double timeInterval, const std::vector< std::vector< gr::tag_t >> &tags=std::vector< std::vector< gr::tag_t >>())
void setYLabel(const std::string &label, const std::string &unit="")
void setSemilogx(bool en)
void attachTriggerLines(bool en)
QWidget base plot to build QTGUI plotting tools.
Definition: DisplayPlot.h:61
void setTagBackgroundStyle(Qt::BrushStyle b)
void setTagTextColor(QColor c)
const QColor getTagBackgroundColor()
const QColor getTagTextColor()
QColor tag_text_color
Definition: TimeDomainDisplayPlot.h:40
double sampleRate() const
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:45
void setTagBackgroundColor(QColor c)
void setSampleRate(double sr, double units, const std::string &strunits)
QColor tag_background_color
Definition: TimeDomainDisplayPlot.h:42
const Qt::BrushStyle getTagBackgroundStyle()
QWidget for displaying time domain plots.
Definition: TimeDomainDisplayPlot.h:36
void enableTagMarker(unsigned int which, bool en)
void setTriggerLines(double x, double y)
void setSemilogy(bool en)
void legendEntryChecked(QwtPlotItem *plotItem, bool on)
Qt::BrushStyle tag_background_style
Definition: TimeDomainDisplayPlot.h:44