VTK
|
The vtkQtChartStyleSeriesColors class is the interface for multi-colored series options. More...
#include <vtkQtChartStyleSeriesColors.h>
Inherits QObject.
Public Member Functions | |
vtkQtChartStyleSeriesColors (QObject *parent=0) | |
Creates a chart style series colors. More... | |
virtual | ~vtkQtChartStyleSeriesColors () |
virtual vtkQtChartSeriesColors * | getStyleColors (int index) const =0 |
Gets the series colors for the given style index. More... | |
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. |
|
inlinevirtual |
Definition at line 46 of file vtkQtChartStyleSeriesColors.h.
|
pure virtual |
Gets the series colors for the given style index.
index | The style index. |