24 #ifndef _vtkQtChartColorStyleGenerator_h
25 #define _vtkQtChartColorStyleGenerator_h
27 #include "vtkQtChartExport.h"
31 class vtkQtChartColorStyleGeneratorInternal;
87 int getNumberOfStyles()
const;
103 Qt::PenStyle getPenStyle(
int index)
const;
112 void setPenStyle(
int index, Qt::PenStyle
style);
115 void clearPenStyles();
120 void addPenStyle(Qt::PenStyle
style);
126 void insertPenStyle(
int index, Qt::PenStyle
style);
131 void removePenStyle(
int index);
136 vtkQtChartColorStyleGeneratorInternal *Internal;
The vtkQtChartColors class stores a list of colors.
The vtkQtChartStylePen class is the interface for series pen options.
void setColors(vtkQtChartColors *colors)
Sets the list of colors.
const vtkQtChartColors * getColors() const
Gets the list of colors.
virtual QPen getStylePen(int index) const =0
Gets the pen for the given style index.
The vtkQtChartColorStyleGenerator class generates series pens using color and pen style lists...