24 #ifndef _vtkQtChartSeriesSelectionModel_h
25 #define _vtkQtChartSeriesSelectionModel_h
27 #include "vtkQtChartExport.h"
91 void beginInteractiveChange();
96 void endInteractiveChange();
102 bool isSelectionEmpty()
const;
111 void selectAllSeries();
114 void selectAllPoints();
120 void selectInverse();
156 void interactionFinished();
161 void beginModelReset();
169 void endModelReset();
180 void beginInsertSeries(
int first,
int last);
186 void endInsertSeries(
int first,
int last);
198 void beginRemoveSeries(
int first,
int last);
204 void endRemoveSeries(
int first,
int last);
209 void limitSelection();
The vtkQtChartSeriesSelection class is used for series and point selection.
The vtkQtChartSeriesModel class is the base class for all chart series models.
The vtkQtChartSeriesSelectionModel class ties a series selection to a series model.
bool isInInteractiveChange() const
Gets whether or not the selection model is in an interactive change.
vtkQtChartSeriesModel * getModel() const
Gets the series model associated with the selection model.