From 5df4e094d9127bdcc9766c6b7da77bc5447c5d9e Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Thu, 17 Mar 2016 14:29:57 -0300 Subject: BarChart: brushing informs the value of the item. --- barchart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'barchart.h') diff --git a/barchart.h b/barchart.h index 589b5e5..c5ee1ae 100644 --- a/barchart.h +++ b/barchart.h @@ -23,7 +23,7 @@ signals: void colorScaleChanged(const ColorScale *scale) const; void selectionChanged(const std::vector &selection) const; void selectionInteractivelyChanged(const std::vector &selection) const; - void itemBrushed(int item) const; + void itemBrushed(int item, float value) const; void itemInteractivelyBrushed(int item) const; public slots: -- cgit v1.2.3