vtkQtChartSeriesOptionsModel is the base class for all chart series options models.
More...
#include <vtkQtChartSeriesOptionsModel.h>
vtkQtChartSeriesOptionsModel is the base class for all chart series options models.
This can be considered analogous to vtkQtChartSeriesModel except that instead of providing details about the series, it provides the options for the series.
Definition at line 36 of file vtkQtChartSeriesOptionsModel.h.
vtkQtChartSeriesOptionsModel::vtkQtChartSeriesOptionsModel |
( |
QObject * |
parent = 0 | ) |
|
Creates a chart series options model.
- Parameters
-
virtual vtkQtChartSeriesOptionsModel::~vtkQtChartSeriesOptionsModel |
( |
| ) |
|
|
inlinevirtual |
virtual int vtkQtChartSeriesOptionsModel::getNumberOfOptions |
( |
| ) |
const |
|
pure virtual |
virtual void vtkQtChartSeriesOptionsModel::reset |
( |
| ) |
|
|
pure virtualslot |
void vtkQtChartSeriesOptionsModel::modelAboutToBeReset |
( |
| ) |
|
|
signal |
Emitted when the model is about to be reset.
void vtkQtChartSeriesOptionsModel::modelReset |
( |
| ) |
|
|
signal |
Emitted when the model has been reset.
void vtkQtChartSeriesOptionsModel::optionsAboutToBeInserted |
( |
int |
first, |
|
|
int |
last |
|
) |
| |
|
signal |
Emitted when options will be inserted into the model.
- Parameters
-
first | The first index to be added. |
last | The last index to be added. |
void vtkQtChartSeriesOptionsModel::optionsInserted |
( |
int |
first, |
|
|
int |
last |
|
) |
| |
|
signal |
Emitted when options have been inserted into the model.
- Parameters
-
first | The first index that was inserted. |
last | The last index that was inserted. |
void vtkQtChartSeriesOptionsModel::optionsAboutToBeRemoved |
( |
int |
first, |
|
|
int |
last |
|
) |
| |
|
signal |
Emitted when options will be removed from the model.
- Parameters
-
first | The first index to be removed. |
last | The last index to be removed. |
void vtkQtChartSeriesOptionsModel::optionsRemoved |
( |
int |
first, |
|
|
int |
last |
|
) |
| |
|
signal |
Emitted when options have been removed from the model.
- Parameters
-
first | The first index that was removed. |
last | The last index that was removed. |
void vtkQtChartSeriesOptionsModel::optionsChanged |
( |
vtkQtChartSeriesOptions * |
options, |
|
|
int |
type, |
|
|
const QVariant & |
newValue, |
|
|
const QVariant & |
oldValue |
|
) |
| |
|
signal |
Emitted when options fire dataChanged() signal.
- Parameters
-
options | The options that fired the dataChanged() signal. |
type | Type of the option that was changed. |
newValue | The new value for the option. |
oldValue | The previous value for the option, if any. |
Creates a new options object.
- Parameters
-
parent | The parent QObject for the options. |
- Returns
- The new instance of vtkQtChartSeriesOptions with proper default values.
Releases the options. This will delete the options instance.
The documentation for this class was generated from the following file: