diff options
author | Tom Rondeau <tom@trondeau.com> | 2015-04-04 17:12:19 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2015-04-04 17:12:19 -0400 |
commit | b68ba8d358a19e91fc143f72772b17336a722f4b (patch) | |
tree | c331f1d8770523c41b518fe1d50a59d9d4bc687f /gr-qtgui/lib/histogram_sink_f_impl.cc | |
parent | 8cdc041e1aaf8771de0fd9e7327720dc5b383464 (diff) |
qtgui: toggle legend off in GRC properties.
Supported in: time, ferq, waterfall, constellation, and historgram
plots
Diffstat (limited to 'gr-qtgui/lib/histogram_sink_f_impl.cc')
-rw-r--r-- | gr-qtgui/lib/histogram_sink_f_impl.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-qtgui/lib/histogram_sink_f_impl.cc b/gr-qtgui/lib/histogram_sink_f_impl.cc index 56a4177a5c..cdaf5cffc7 100644 --- a/gr-qtgui/lib/histogram_sink_f_impl.cc +++ b/gr-qtgui/lib/histogram_sink_f_impl.cc @@ -363,6 +363,12 @@ namespace gr { } void + histogram_sink_f_impl::disable_legend() + { + d_main_gui->disableLegend(); + } + + void histogram_sink_f_impl::autoscalex() { d_main_gui->autoScaleX(); |