#include <vtkQtChartStyleSeriesColors.h>
Definition at line 37 of file vtkQtChartStyleSeriesColors.h.
Public Member Functions | |
| vtkQtChartStyleSeriesColors (QObject *parent=0) | |
| Creates a chart style series colors. | |
| virtual | ~vtkQtChartStyleSeriesColors () |
| virtual vtkQtChartSeriesColors * | getStyleColors (int index) const =0 |
| Gets the series colors for the given style index. | |
| vtkQtChartStyleSeriesColors::vtkQtChartStyleSeriesColors | ( | QObject * | parent = 0 |
) |
Creates a chart style series colors.
| parent | The parent object. |
| virtual vtkQtChartStyleSeriesColors::~vtkQtChartStyleSeriesColors | ( | ) | [inline, virtual] |
Definition at line 46 of file vtkQtChartStyleSeriesColors.h.
| virtual vtkQtChartSeriesColors* vtkQtChartStyleSeriesColors::getStyleColors | ( | int | index | ) | const [pure virtual] |
Gets the series colors for the given style index.
| index | The style index. |
1.5.6