diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-04-05 16:24:41 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-04-05 16:24:41 -0700 |
commit | a8f603f23fcb2fce7eaa21cec0753d8393748afb (patch) | |
tree | 57ce0d3d0800f45ec353846067bd4811b89617e2 /gr-qtgui/include/gnuradio/qtgui/TimeDomainDisplayPlot.h | |
parent | 61c4e2f62d18b3b2f0663b8c0a54a105d3896883 (diff) | |
parent | 4ed2622bf4f2a566dbcd22d78ac2e3ab528ceb33 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-qtgui/include/gnuradio/qtgui/TimeDomainDisplayPlot.h')
-rw-r--r-- | gr-qtgui/include/gnuradio/qtgui/TimeDomainDisplayPlot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-qtgui/include/gnuradio/qtgui/TimeDomainDisplayPlot.h b/gr-qtgui/include/gnuradio/qtgui/TimeDomainDisplayPlot.h index 3a51888a63..4b743e0b92 100644 --- a/gr-qtgui/include/gnuradio/qtgui/TimeDomainDisplayPlot.h +++ b/gr-qtgui/include/gnuradio/qtgui/TimeDomainDisplayPlot.h @@ -57,6 +57,7 @@ public slots: const std::string &strunits); void setAutoScale(bool state); + void setAutoScaleShot(); void setSemilogx(bool en); void setSemilogy(bool en); @@ -82,6 +83,7 @@ private: bool d_semilogx; bool d_semilogy; + bool d_autoscale_shot; std::vector< std::vector<QwtPlotMarker*> > d_tag_markers; std::vector<bool> d_tag_markers_en; |