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