vtkQtChartStyleGenerator Class Reference

#include <vtkQtChartStyleGenerator.h>

Inheritance diagram for vtkQtChartStyleGenerator:

Inheritance graph
[legend]

List of all members.


Detailed Description

The vtkQtChartStyleGenerator class is the base class for all series options generators.

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.

Constructor & Destructor Documentation

vtkQtChartStyleGenerator::vtkQtChartStyleGenerator ( QObject *  parent = 0  ) 

Creates a chart style generator.

Parameters:
parent The parent object.

virtual vtkQtChartStyleGenerator::~vtkQtChartStyleGenerator (  )  [inline, virtual]

Definition at line 48 of file vtkQtChartStyleGenerator.h.


Member Function Documentation

virtual QBrush vtkQtChartStyleGenerator::getSeriesBrush ( int  index  )  const [pure virtual]

Gets the brush for the specified series index.

Parameters:
index The series index.
Returns:
The brush for the specified series index.

Implemented in vtkQtChartColorStyleGenerator, and vtkQtChartPenBrushGenerator.

virtual QPen vtkQtChartStyleGenerator::getSeriesPen ( int  index  )  const [pure virtual]

Gets the pen for the specified series index.

Parameters:
index The series index.
Returns:
The pen for the specified series index.

Implemented in vtkQtChartColorStyleGenerator, and vtkQtChartPenBrushGenerator.


The documentation for this class was generated from the following file:

Generated on Wed Jun 3 19:28:40 2009 for VTK by  doxygen 1.5.6