24 #ifndef _vtkQtChartSeriesSelection_h
25 #define _vtkQtChartSeriesSelection_h
27 #include "vtkQtChartExport.h"
31 class vtkQtChartSeriesSelectionInternal;
65 SelectionType getType()
const;
91 bool setSeries(
int first,
int last);
106 bool addSeries(
int first,
int last);
121 bool subtractSeries(
int first,
int last);
136 bool xorSeries(
int first,
int last);
142 void limitSeries(
int minimum,
int maximum);
151 bool offsetSeries(
int first,
int offset);
156 const QMap<int, vtkQtChartIndexRangeList> &getPoints()
const;
167 bool setPoints(
const QMap<int, vtkQtChartIndexRangeList> &
points);
182 bool addPoints(
const QMap<int, vtkQtChartIndexRangeList> &
points);
197 bool subtractPoints(
const QMap<int, vtkQtChartIndexRangeList> &
points);
214 bool subtractPoints(
int first,
int last);
221 bool xorPoints(
const QMap<int, vtkQtChartIndexRangeList> &
points);
236 void limitPoints(
int series,
int minimum,
int maximum);
240 vtkQtChartSeriesSelectionInternal *Internal;