The vtkQtChartStyleGenerator class is the base class for all series options generators. More...
#include <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. | |
The vtkQtChartStyleGenerator class is the base class for all series options generators.
Definition at line 39 of file vtkQtChartStyleGenerator.h.
| 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.
1.7.2