#include <vtkQtChartStyleGenerator.h>
Definition at line 39 of file vtkQtChartStyleGenerator.h.
Public Member Functions | |
vtkQtChartStyleGenerator (QObject *parent=0) | |
Creates a chart style generator. | |
virtual | ~vtkQtChartStyleGenerator () |
virtual QBrush | getSeriesBrush (int index) const =0 |
Gets the brush for the specified series index. | |
virtual QPen | getSeriesPen (int index) const =0 |
Gets the pen for the specified series index. |
vtkQtChartStyleGenerator::vtkQtChartStyleGenerator | ( | QObject * | parent = 0 |
) |
Creates a chart style generator.
parent | The parent object. |
virtual vtkQtChartStyleGenerator::~vtkQtChartStyleGenerator | ( | ) | [inline, virtual] |
Definition at line 48 of file vtkQtChartStyleGenerator.h.
virtual QBrush vtkQtChartStyleGenerator::getSeriesBrush | ( | int | index | ) | const [pure virtual] |
Gets the brush for the specified series index.
index | The series index. |
Implemented in vtkQtChartColorStyleGenerator, and vtkQtChartPenBrushGenerator.
virtual QPen vtkQtChartStyleGenerator::getSeriesPen | ( | int | index | ) | const [pure virtual] |
Gets the pen for the specified series index.
index | The series index. |
Implemented in vtkQtChartColorStyleGenerator, and vtkQtChartPenBrushGenerator.