aboutsummaryrefslogtreecommitdiff
path: root/scatterplot.h
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2015-09-29 16:01:00 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2015-09-29 16:01:00 -0300
commit75c5affd4d7919a969ab65a4a28b6306686e5f9c (patch)
treea2f7da22e641dfaba352da42e066e8e659cf72f8 /scatterplot.h
parent30f327b2fd25104916bffe6fe76823f0dbe35a72 (diff)
HistoryGraph now notifies when the active item changes. Scatterplot now differentiates between interactive and programatic changes in x/y data.
Diffstat (limited to 'scatterplot.h')
-rw-r--r--scatterplot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scatterplot.h b/scatterplot.h
index 43bfc57..2dc031a 100644
--- a/scatterplot.h
+++ b/scatterplot.h
@@ -20,6 +20,7 @@ public:
signals:
void xyChanged(const arma::mat &XY) const;
+ void xyInteractivelyChanged(const arma::mat &XY) const;
void colorDataChanged(const arma::vec &colorData) const;
void selectionChanged(const QSet<int> &selection) const;