24 #ifndef _vtkQtChartSeriesModelCollection_h
25 #define _vtkQtChartSeriesModelCollection_h
27 #include "vtkQtChartExport.h"
73 int getNumberOfSeriesModels()
const;
101 void onSeriesAboutToBeInserted(
int first,
int last);
107 void onSeriesInserted(
int first,
int last);
113 void onSeriesAboutToBeRemoved(
int first,
int last);
119 void onSeriesRemoved(
int first,
int last);
138 QList<vtkQtChartSeriesModel *> Models;
virtual QVariant getSeriesName(int series) const =0
Gets the name for the given series.
The vtkQtChartSeriesModel class is the base class for all chart series models.
virtual ~vtkQtChartSeriesModelCollection()
virtual int getNumberOfSeriesValues(int series) const =0
Gets the number of values in a series.
virtual QVariant getSeriesValue(int series, int index, int component) const =0
Gets the series value for the given index and component.
The vtkQtChartSeriesModelCollection class is used to combine chart series models. ...
virtual QList< QVariant > getSeriesRange(int series, int component) const =0
Gets the value range for a series component.
virtual int getNumberOfSeries() const =0
Gets the number of series in the model.