From 75c5affd4d7919a969ab65a4a28b6306686e5f9c Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Tue, 29 Sep 2015 16:01:00 -0300 Subject: HistoryGraph now notifies when the active item changes. Scatterplot now differentiates between interactive and programatic changes in x/y data. --- scatterplot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scatterplot.h') 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 &selection) const; -- cgit v1.2.3