diff options
author | Samuel Fadel <samuelfadel@gmail.com> | 2016-03-17 14:29:57 -0300 |
---|---|---|
committer | Samuel Fadel <samuelfadel@gmail.com> | 2016-03-17 14:29:57 -0300 |
commit | 5df4e094d9127bdcc9766c6b7da77bc5447c5d9e (patch) | |
tree | 8bfbfc45b33e2115004c897e496d30cea2fafefe /barchart.h | |
parent | aea8efe2e03e3348aaf4d1e076ebf7c27ddd5957 (diff) |
BarChart: brushing informs the value of the item.
Diffstat (limited to 'barchart.h')
-rw-r--r-- | barchart.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |