24 #ifndef _vtkQtChartBrushGenerator_h
25 #define _vtkQtChartBrushGenerator_h
28 #include "vtkQtChartExport.h"
31 class vtkQtChartBrushGeneratorInternal;
66 int getNumberOfBrushes()
const;
82 QBrush getBrush(
int index)
const;
91 void setBrush(
int index,
const QBrush &brush);
104 void addBrush(
const QBrush &brush);
110 void insertBrush(
int index,
const QBrush &brush);
115 void removeBrush(
int index);
119 vtkQtChartBrushGeneratorInternal *Internal;
The vtkQtChartColors class stores a list of colors.
The vtkQtChartBrushGenerator class generates series brush options using a list of brushes...
virtual QBrush getStyleBrush(int index) const =0
Gets the brush for the given style index.
The vtkQtChartStyleBrush class is the interface for series brush options.