24 #ifndef _vtkQtChartPenGenerator_h
25 #define _vtkQtChartPenGenerator_h
28 #include "vtkQtChartExport.h"
32 class vtkQtChartPenGeneratorInternal;
66 int getNumberOfPens()
const;
82 QPen getPen(
int index)
const;
91 void setPen(
int index,
const QPen &pen);
104 void addPen(
const QPen &pen);
110 void insertPen(
int index,
const QPen &pen);
115 void removePen(
int index);
119 vtkQtChartPenGeneratorInternal *Internal;
The vtkQtChartColors class stores a list of colors.
The vtkQtChartStylePen class is the interface for series pen options.
The vtkQtChartPenGenerator class generates series pen options using a list of pens.
virtual QPen getStylePen(int index) const =0
Gets the pen for the given style index.