From 3ce49858c6859fccc2e4d35839c34685348790d1 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Wed, 2 Mar 2016 15:47:24 -0300 Subject: Improvements related to ColorScale and screenshots. * ColorScale: now a pointer whenever needed. main() takes care of updating extents * New class DivergentColorScale: works specifically for divergent scales, always has 3 colors as input: negative values, 0, positive values * ManipulationHandler: ProjectionHistory no longer needed --- projectionhistory.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'projectionhistory.h') diff --git a/projectionhistory.h b/projectionhistory.h index a18af0c..79519f9 100644 --- a/projectionhistory.h +++ b/projectionhistory.h @@ -33,9 +33,9 @@ signals: void resetPerformed() const; void currentMapChanged(const arma::mat &Y) const; - void valuesChanged(const arma::vec &values) const; - void cpValuesChanged(const arma::vec &values) const; - void rpValuesChanged(const arma::vec &values) const; + void valuesChanged(const arma::vec &values, bool rescale) const; + void cpValuesChanged(const arma::vec &values, bool rescale) const; + void rpValuesChanged(const arma::vec &values, bool rescale) const; void mapRewound(const arma::mat &Y) const; void valuesRewound(const arma::vec &values) const; -- cgit v1.2.3