diff options
Diffstat (limited to 'stats/statsview.h')
-rw-r--r-- | stats/statsview.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stats/statsview.h b/stats/statsview.h index 87dcdad29..279889104 100644 --- a/stats/statsview.h +++ b/stats/statsview.h @@ -19,6 +19,7 @@ struct StatsVariable; class StatsSeries; class CategoryAxis; class ChartItem; +class ChartRectLineItem; class ChartTextItem; class CountAxis; class HistogramAxis; @@ -142,7 +143,10 @@ private: ChartItemPtr<Legend> legend; Legend *draggedItem; ChartItemPtr<RegressionItem> regressionItem; + ChartItemPtr<ChartRectLineItem> selectionRect; QPointF dragStartMouse, dragStartItem; + bool shiftSelection; + std::vector<dive *> oldSelection; void hoverEnterEvent(QHoverEvent *event) override; void hoverMoveEvent(QHoverEvent *event) override; |