The vtkQtChartSeriesModel class is the base class for all chart series models.
More...
#include <vtkQtChartSeriesModel.h>
The vtkQtChartSeriesModel class is the base class for all chart series models.
Definition at line 36 of file vtkQtChartSeriesModel.h.
vtkQtChartSeriesModel::vtkQtChartSeriesModel |
( |
QObject * |
parent = 0 | ) |
|
Creates a chart series model.
- Parameters
-
virtual vtkQtChartSeriesModel::~vtkQtChartSeriesModel |
( |
| ) |
|
|
inlinevirtual |
virtual int vtkQtChartSeriesModel::getNumberOfSeries |
( |
| ) |
const |
|
pure virtual |
virtual int vtkQtChartSeriesModel::getNumberOfSeriesValues |
( |
int |
series | ) |
const |
|
pure virtual |
virtual QVariant vtkQtChartSeriesModel::getSeriesName |
( |
int |
series | ) |
const |
|
pure virtual |
virtual QVariant vtkQtChartSeriesModel::getSeriesValue |
( |
int |
series, |
|
|
int |
index, |
|
|
int |
component |
|
) |
| const |
|
pure virtual |
Gets the series value for the given index and component.
- Parameters
-
series | The series index. |
index | The index in the given series. |
component | The component index. |
- Returns
- The series value for the given index and component.
Implemented in vtkQtChartTableSeriesModel, and vtkQtChartSeriesModelCollection.
virtual QList<QVariant> vtkQtChartSeriesModel::getSeriesRange |
( |
int |
series, |
|
|
int |
component |
|
) |
| const |
|
pure virtual |
void vtkQtChartSeriesModel::modelAboutToBeReset |
( |
| ) |
|
|
signal |
Emitted when the model is about to be reset.
void vtkQtChartSeriesModel::modelReset |
( |
| ) |
|
|
signal |
Emitted when the model has been reset.
void vtkQtChartSeriesModel::seriesAboutToBeInserted |
( |
int |
first, |
|
|
int |
last |
|
) |
| |
|
signal |
Emitted when series will be inserted into the model.
- Parameters
-
first | The first index to be added. |
last | The last index to be added. |
void vtkQtChartSeriesModel::seriesInserted |
( |
int |
first, |
|
|
int |
last |
|
) |
| |
|
signal |
Emitted when series have been inserted into the model.
- Parameters
-
first | The first index that was inserted. |
last | The last index that was inserted. |
void vtkQtChartSeriesModel::seriesAboutToBeRemoved |
( |
int |
first, |
|
|
int |
last |
|
) |
| |
|
signal |
Emitted when series will be removed from the model.
- Parameters
-
first | The first index to be removed. |
last | The last index to be removed. |
void vtkQtChartSeriesModel::seriesRemoved |
( |
int |
first, |
|
|
int |
last |
|
) |
| |
|
signal |
Emitted when series have been removed from the model.
- Parameters
-
first | The first index that was removed. |
last | The last index that was removed. |
The documentation for this class was generated from the following file: