24 #ifndef _vtkQtChartBasicStyleManager_h
25 #define _vtkQtChartBasicStyleManager_h
28 #include "vtkQtChartExport.h"
31 class vtkQtChartBasicStyleManagerInternal;
86 vtkQtChartBasicStyleManagerInternal *Internal;
const vtkQtChartColors * getColors() const
Gets the list of colors.
virtual void removeStyle(vtkQtChartSeriesLayer *layer, vtkQtChartSeriesOptions *options)=0
The vtkQtChartColors class stores a list of colors.
virtual int getStyleIndex(vtkQtChartSeriesLayer *layer, vtkQtChartSeriesOptions *options) const =0
The vtkQtChartSeriesLayer class is the base class for chart layers that use the chart series model...
The vtkQtChartStyleManager class allows several chart layers to share the same style generators...
virtual int insertStyle(vtkQtChartSeriesLayer *layer, vtkQtChartSeriesOptions *options)=0
The vtkQtChartSeriesOptions class stores the common series drawing options.
The vtkQtChartBasicStyleManager class manages chart options using a vtkQtChartStyleRegistry.
The vtkQtChartStyleRegistry class keeps track of reserved style indexes.