aboutsummaryrefslogtreecommitdiff
path: root/scatterplot.h
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-02-09 12:18:01 -0200
committerSamuel Fadel <samuelfadel@gmail.com>2016-02-09 12:18:01 -0200
commit1645f11fa28fc65d4567c93d9da02e90d9aa25d6 (patch)
tree0a9e98cb17d675bda65a9aded7c15266a880b3c1 /scatterplot.h
parentd61478eb3220a8e085d3dfd66f7327a830d2c09e (diff)
Scatterplot: improved interaction state changing code.
Diffstat (limited to 'scatterplot.h')
-rw-r--r--scatterplot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scatterplot.h b/scatterplot.h
index 9450568..93f4f3f 100644
--- a/scatterplot.h
+++ b/scatterplot.h
@@ -95,9 +95,9 @@ private:
enum State {
STATE_NONE,
+ STATE_BRUSHING,
STATE_SELECTING,
STATE_SELECTED,
- STATE_BEGIN_MOVING,
STATE_MOVING
} m_interactionState;
bool m_dragEnabled;
@@ -106,8 +106,8 @@ private:
bool m_shouldUpdateGeometry, m_shouldUpdateMaterials;
- void updateQuadTree();
QuadTree *m_quadtree;
+ void updateQuadTree();
};
#endif // SCATTERPLOT_H