|
VTK
|
The vtkQtChartStyleSeriesColors class is the interface for multi-colored series options. More...
#include <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. | |
The vtkQtChartStyleSeriesColors class is the interface for multi-colored series options.
Definition at line 37 of file vtkQtChartStyleSeriesColors.h.
| 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.7.5.1