summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/const_sink_c_impl.cc
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2015-04-04 17:12:19 -0400
committerTom Rondeau <tom@trondeau.com>2015-04-04 17:12:19 -0400
commitb68ba8d358a19e91fc143f72772b17336a722f4b (patch)
treec331f1d8770523c41b518fe1d50a59d9d4bc687f /gr-qtgui/lib/const_sink_c_impl.cc
parent8cdc041e1aaf8771de0fd9e7327720dc5b383464 (diff)
qtgui: toggle legend off in GRC properties.
Supported in: time, ferq, waterfall, constellation, and historgram plots
Diffstat (limited to 'gr-qtgui/lib/const_sink_c_impl.cc')
-rw-r--r--gr-qtgui/lib/const_sink_c_impl.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-qtgui/lib/const_sink_c_impl.cc b/gr-qtgui/lib/const_sink_c_impl.cc
index 10b342dbf5..0711315bbb 100644
--- a/gr-qtgui/lib/const_sink_c_impl.cc
+++ b/gr-qtgui/lib/const_sink_c_impl.cc
@@ -360,6 +360,12 @@ namespace gr {
}
void
+ const_sink_c_impl::disable_legend()
+ {
+ d_main_gui->disableLegend();
+ }
+
+ void
const_sink_c_impl::reset()
{
gr::thread::scoped_lock lock(d_setlock);