24 #ifndef _vtkQtChartStyleManager_h
25 #define _vtkQtChartStyleManager_h
28 #include "vtkQtChartExport.h"
33 class vtkQtChartStyleManagerInternal;
71 QObject *getGenerator(
const QString &
name)
const;
73 void setGenerator(
const QString &name, QObject *generator);
75 void removeGenerator(
const QString &name);
77 void removeGenerator(QObject *generator);
82 vtkQtChartStyleManagerInternal *Internal;
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...
The vtkQtChartSeriesOptions class stores the common series drawing options.