24 #ifndef _vtkQtChartColorGenerator_h
25 #define _vtkQtChartColorGenerator_h
28 #include "vtkQtChartExport.h"
virtual ~vtkQtChartColorGenerator()
The vtkQtChartColors class stores a list of colors.
void setColors(vtkQtChartColors *colors)
Sets the list of colors.
virtual QBrush getStyleBrush(int index) const =0
Gets the brush for the given style index.
The vtkQtChartColorGenerator class generates series brushs using a color list.
const vtkQtChartColors * getColors() const
Gets the list of colors.
The vtkQtChartStyleBrush class is the interface for series brush options.