VTK
Public Member Functions
vtkQtChartSeriesColors Class Reference

The vtkQtChartSeriesColors class is used to color a chart series with multiple colors. More...

#include <vtkQtChartSeriesColors.h>

Inheritance diagram for vtkQtChartSeriesColors:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 vtkQtChartSeriesColors (QObject *parent=0)
 Creates a chart series colors object.
virtual ~vtkQtChartSeriesColors ()
virtual void getBrush (int index, int total, QBrush &brush) const =0
 Gets the brush for the given index of a series.

Detailed Description

The vtkQtChartSeriesColors class is used to color a chart series with multiple colors.

Definition at line 37 of file vtkQtChartSeriesColors.h.


Constructor & Destructor Documentation

vtkQtChartSeriesColors::vtkQtChartSeriesColors ( QObject *  parent = 0)

Creates a chart series colors object.

Parameters:
parentThe parent object.
virtual vtkQtChartSeriesColors::~vtkQtChartSeriesColors ( ) [inline, virtual]

Definition at line 46 of file vtkQtChartSeriesColors.h.


Member Function Documentation

virtual void vtkQtChartSeriesColors::getBrush ( int  index,
int  total,
QBrush &  brush 
) const [pure virtual]

Gets the brush for the given index of a series.

Parameters:
indexThe index in the series items.
totalThe total number of items in the series.
brushUsed to return the brush for the given index.

Implemented in vtkQtChartSeriesHueRange.


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