aboutsummaryrefslogtreecommitdiff
path: root/barchart.h
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-03-17 14:29:57 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2016-03-17 14:29:57 -0300
commit5df4e094d9127bdcc9766c6b7da77bc5447c5d9e (patch)
tree8bfbfc45b33e2115004c897e496d30cea2fafefe /barchart.h
parentaea8efe2e03e3348aaf4d1e076ebf7c27ddd5957 (diff)
BarChart: brushing informs the value of the item.
Diffstat (limited to 'barchart.h')
-rw-r--r--barchart.h2
1 files changed, 1 insertions, 1 deletions
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<bool> &selection) const;
void selectionInteractivelyChanged(const std::vector<bool> &selection) const;
- void itemBrushed(int item) const;
+ void itemBrushed(int item, float value) const;
void itemInteractivelyBrushed(int item) const;
public slots: