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 --- continuouscolorscale.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'continuouscolorscale.h') diff --git a/continuouscolorscale.h b/continuouscolorscale.h index 860decf..fee17ed 100644 --- a/continuouscolorscale.h +++ b/continuouscolorscale.h @@ -10,9 +10,9 @@ public: ContinuousColorScale(std::initializer_list colors); enum BuiltinContinuousColorScale { - HEATED_OBJECTS, - RED_GRAY_BLUE, - RAINBOW, + HeatedObjects, + RedGrayBlue, + Rainbow, }; QColor color(qreal t) const; -- cgit v1.2.3