|
VTK
|
The vtkQtChartSeriesModelRange class stores the series ranges for a series model. More...
#include <vtkQtChartSeriesModelRange.h>
Public Member Functions | |
| vtkQtChartSeriesModelRange (QObject *parent=0) | |
| Creates a chart series model range. | |
| ~vtkQtChartSeriesModelRange () | |
| vtkQtChartSeriesModel * | getModel () const |
| Gets the chart series model. | |
| void | setModel (vtkQtChartSeriesModel *model, bool xShared=false) |
| Sets the chart series model. | |
| bool | isXRangeShared () const |
| Gets whether or not the series share the same x-axis array. | |
| QList< QVariant > | getSeriesRange (int series, int component) const |
| Gets the value range for a series component. | |
The vtkQtChartSeriesModelRange class stores the series ranges for a series model.
Definition at line 39 of file vtkQtChartSeriesModelRange.h.
| vtkQtChartSeriesModelRange::vtkQtChartSeriesModelRange | ( | QObject * | parent = 0 | ) |
Creates a chart series model range.
| parent | The parent object. |
| vtkQtChartSeriesModelRange::~vtkQtChartSeriesModelRange | ( | ) | [inline] |
Definition at line 48 of file vtkQtChartSeriesModelRange.h.
| vtkQtChartSeriesModel* vtkQtChartSeriesModelRange::getModel | ( | ) | const [inline] |
Gets the chart series model.
Definition at line 54 of file vtkQtChartSeriesModelRange.h.
| void vtkQtChartSeriesModelRange::setModel | ( | vtkQtChartSeriesModel * | model, |
| bool | xShared = false |
||
| ) |
Sets the chart series model.
| model | The new chart series model. |
| xShared | True if the series share the same x-axis array. |
| bool vtkQtChartSeriesModelRange::isXRangeShared | ( | ) | const [inline] |
Gets whether or not the series share the same x-axis array.
Definition at line 66 of file vtkQtChartSeriesModelRange.h.
Gets the value range for a series component.
| series | The series index. |
| component | The component index. |
1.7.5.1