summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/DisplayPlot.cc
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-01-03 18:11:42 -0500
committerTom Rondeau <trondeau@vt.edu>2013-01-03 18:11:42 -0500
commit6aca2a857cf458de79021c7eaa31bb08bee906b0 (patch)
tree9c64395291230e56b44ccd2564690b084bb7add7 /gr-qtgui/lib/DisplayPlot.cc
parent4ff4d954b2ec517ae78d7fe60765b65b1e302153 (diff)
qtgui: function names updated so they are (or should be) consistent.
Diffstat (limited to 'gr-qtgui/lib/DisplayPlot.cc')
-rw-r--r--gr-qtgui/lib/DisplayPlot.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-qtgui/lib/DisplayPlot.cc b/gr-qtgui/lib/DisplayPlot.cc
index a91ac721f1..dc42da9dab 100644
--- a/gr-qtgui/lib/DisplayPlot.cc
+++ b/gr-qtgui/lib/DisplayPlot.cc
@@ -390,14 +390,14 @@ DisplayPlot::resizeSlot( QSize *s )
resize(s->width()-10, s->height()-10);
}
-void DisplayPlot::LegendEntryChecked(QwtPlotItem* plotItem, bool on)
+void DisplayPlot::legendEntryChecked(QwtPlotItem* plotItem, bool on)
{
plotItem->setVisible(!on);
replot();
}
void
-DisplayPlot::OnPickerPointSelected(const QwtDoublePoint & p)
+DisplayPlot::onPickerPointSelected(const QwtDoublePoint & p)
{
QPointF point = p;
//fprintf(stderr,"OnPickerPointSelected %f %f\n", point.x(), point.y());
@@ -405,7 +405,7 @@ DisplayPlot::OnPickerPointSelected(const QwtDoublePoint & p)
}
void
-DisplayPlot::OnPickerPointSelected6(const QPointF & p)
+DisplayPlot::onPickerPointSelected6(const QPointF & p)
{
QPointF point = p;
//fprintf(stderr,"OnPickerPointSelected %f %f\n", point.x(), point.y());