From 7a07231716f04ee98091a946e122056e1fa69686 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Fri, 12 Feb 2016 12:39:43 -0200 Subject: Code cleanup: enums & properties renamed/added. * VoronoiSplat: alpha & beta are now properties * ContinuousColorScale: enums renamed to the Qt standard way * Scatterplot: internal state enum renamed * ProjectionObserver: observer type enum renamed --- scatterplot.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scatterplot.h') diff --git a/scatterplot.h b/scatterplot.h index f12c658..33c1ba9 100644 --- a/scatterplot.h +++ b/scatterplot.h @@ -88,11 +88,11 @@ private: int m_brushedItem; enum State { - STATE_NONE, - STATE_BRUSHING, - STATE_SELECTING, - STATE_SELECTED, - STATE_MOVING + StateNone, + StateBrushing, + StateSelecting, + StateSelected, + StateMoving } m_interactionState; bool m_dragEnabled; -- cgit v1.2.3