mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
statistics: implement shift-selection of ranges
For all the series but the scatter series (which supports lasso selection), implement a range-selection using shift. The code is fairly similar for all series and one might think about factoring it out. But why bother? Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
43b0ccca3e
commit
2943b1cbde
6 changed files with 80 additions and 6 deletions
|
@ -53,6 +53,7 @@ private:
|
|||
ChartItemPtr<InformationBox> information;
|
||||
std::vector<std::unique_ptr<Item>> items;
|
||||
int highlighted; // -1: no item highlighted
|
||||
int lastClicked; // -1: no item clicked
|
||||
void divesSelected(const QVector<dive *> &) override;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue